Post

Replies

Boosts

Views

Activity

Reply to New option(.memoryTarget) in CIContextOption
From the comment in the header file: A NSNumber that specifies the maximum memory footprint (in megabytes) that the CIContext allocates for render tasks. Larger values could increase memory footprint while smaller values could reduce performance. It basically sets how much memory Core Image is allowed to use (roughly) during rendering. From what I observed, the default seems to be 256 MB.
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’23
Reply to GenerateAssetSymbols wrongly renaming image assets
Filed as FB12901757. Thanks for looking into this!
Replies
Boosts
Views
Activity
Aug ’23
Reply to CIColor.init(color: UIColor) not working properly on macOS 14 Catalyst
FB12914857. Thanks for looking into this!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Issues with new MLE5Engine in Core ML
Also filed as FB12966266, including a demo project. Thanks for looking into this!
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Popover tips not affected by tip view modifiers
Filed under FB13121690. Thanks for looking into this!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to TipViewStyle with default dismiss button
You can also access the tip through the configuration. I think you can simply add a button to your tip layout that invalidates the tip when tapped: Button(action: { configuration.tip.invalidate(reason: .tipClosed) }, label: { Image(systemName: "xmark") })
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to SwiftUI: popoverTip prevents other modal views from appearing
Filed as FB13168973. Thanks!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Issues with new MLE5Engine in Core ML
The issues seem to have been fixed on iOS 17.1 beta 2. Thanks a lot!
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to SwiftUI: popoverTip prevents other modal views from appearing
The issues seem to have been fixed on iOS 17.1 beta 2. Thanks a lot!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to iOS 17 Problems in getting RGB color from image
The order of the color channels in a CGImage depends on its alphaInfo and bitmapInfo. The default format for 8-bit images is actually BGRA (instead of RGBA) in many places. Where do you get the image from? What's its bitmapInfo and does it differ between iOS 16 and 17?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to [[stitchable]] Metal core image CIKernel fails to load
The -framework CoreImage flag needs to be set in two lines in Xcode, otherwise it will mask the space between the words:
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Xcode 15 [[stitchable]] Metal core image kernels fail
The -framework CoreImage flag needs to be set in two lines in Xcode, otherwise it will mask the space between the words:
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to New option(.memoryTarget) in CIContextOption
There is also an Obj-C constant for it.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to New option(.memoryTarget) in CIContextOption
From the comment in the header file: A NSNumber that specifies the maximum memory footprint (in megabytes) that the CIContext allocates for render tasks. Larger values could increase memory footprint while smaller values could reduce performance. It basically sets how much memory Core Image is allowed to use (roughly) during rendering. From what I observed, the default seems to be 256 MB.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Custom styles for popovertips
I was wondering the same thing, and it seems that improvements are coming in later versions.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to arrowEdge of popoverTip not working anymore on iOS 17.1
Filed as FB13419598. Thanks!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23