Programming Making a configurable widget for your iOS app iOS, Swift, SwiftUI: Use WidgetKit and Siri Intent to make a configurable widget. User can select the city for a weather widget for example. User can long press and tap Edit Widget to edit the data, which is dynamically loaded.
iOS Detect and extract objects within image in iOS (ImageAnalysisInteraction, VNGenerateForegroundInstanceMask) In Photos app, long press will extract objects from image. We will implement this same feature using `ImageAnalysisInteraction`, and `VNGenerateForegroundInstanceMaskRequest`. For SwiftUI and UIKit.
Programming Featured Creating custom Swift Macros (with examples SF Symbol / URL validator / iCloud key-value store bind) This article will talk about creating your own custom Swift Macro. It will cover ExpressionMacro and AccessorMacro. With examples of SF Symbol name validate, URL validate, and bind variable to iCloud key-value store.
Programming Using TipKit to display a tip to the user in SwiftUI (iOS 17, WWDC 2023) Using TipKit to display inline tip, popover floating tip, rule based tip, or counter based tip, provide custom action buttons. TipView, Tip, rules, Swift Macros