Post

Replies

Boosts

Views

Activity

Reply to NSTextLayoutManager giving incorrect fragment frame
NSTextLayoutManager.usageBoundsForTextContainer gives me a wildly inacurrate (much too big) height, and enumerating the documentRange.endLocation Y coordinate in reverse gives me a too small height. Any workarounds for these issues yet? I can't get any reasonable/reliable text height estimation from NSTextLayoutManager. And enumerating in a forward direction is not possible, since if you have lets say 10000 lines, this will destroy performance for a non-contiguous text view since we are always forcing layout of the complete text.
Topic: UI Frameworks SubTopic: AppKit Tags:
Sep ’24
Reply to Performance Issues with UITextView and TextKit 2
Can't say for iOS, but since it shares the same TextKit codebase as macOS, I can say that scrolling performance degrades significantly above ~3000 lines. 10k lines is an absolute nightmare. That being said, it seems to matter if a text view has line wrap or not. If it has no linewrap, the performance is significantly worse - which is ironic since you would imagine the layout can just assume fixed line heights.
Topic: App & System Services SubTopic: General Tags:
Apr ’24
Reply to Subscription Unavailable - Strange Behavior with StoreKit
Amazing. It's 2026 and still everything is broken.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Xcode 26 RC doesn't properly use build configurations
Nevermind, the issue was caused by some other component in the build pipeline.
Replies
Boosts
Views
Activity
Sep ’25
Reply to What happened to CMD-Option-Click?
I think I found it... you have to change this setting Settings... > Navigation > Group Navigation > With Option to "Uses Separate Editor Pane"
Replies
Boosts
Views
Activity
Sep ’25
Reply to What happened to CMD-Option-Click?
No it doesn't. Xcode 26 just opens a new tab, whereas Xcode 16 opens the a new split pane.
Replies
Boosts
Views
Activity
Sep ’25
Reply to What happened to CMD-Option-Click?
No. I am not sure how it even can be in the menus, since it is a CLICK combination.
Replies
Boosts
Views
Activity
Sep ’25
Reply to NSTextLayoutManager giving incorrect fragment frame
NSTextLayoutManager.usageBoundsForTextContainer gives me a wildly inacurrate (much too big) height, and enumerating the documentRange.endLocation Y coordinate in reverse gives me a too small height. Any workarounds for these issues yet? I can't get any reasonable/reliable text height estimation from NSTextLayoutManager. And enumerating in a forward direction is not possible, since if you have lets say 10000 lines, this will destroy performance for a non-contiguous text view since we are always forcing layout of the complete text.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to TextKit2 textContentManager(_:shouldEnumerate:options:) leaves gaps in layout
Really? I can't believe nobody has this issue. It literally still happens just by returning false for some paragraphs from textContentManager(:shouldEnumerate:options:) -> Bool
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Subscription Unavailable - Strange Behavior with StoreKit
Could it have something to do with region availability? I have my app available in Germany and Austria - the subscription was available worldwide. As soon as I changed the subscriptions availalbe regions to the same 2, the subscription loaded. Don't know if it was a coincidence or not.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to StoreKit's manageSubscriptionsSheet view modifier not loading
I have the same problem with Apples default "SubscriptionStoreView". Did anyone resolve this?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Can't create new app version on App Store Connect
+1
Replies
Boosts
Views
Activity
Jul ’24
Reply to Performance Issues with UITextView and TextKit 2
Can't say for iOS, but since it shares the same TextKit codebase as macOS, I can say that scrolling performance degrades significantly above ~3000 lines. 10k lines is an absolute nightmare. That being said, it seems to matter if a text view has line wrap or not. If it has no linewrap, the performance is significantly worse - which is ironic since you would imagine the layout can just assume fixed line heights.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to TextKit2: Relation between NSRange and NSTextRange
Found a better way yet? Having the same problem.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to No proper replacement for LaunchServices functions
I refuse to use Feedback Assistant anymore, out of the ~50 issues I filed there exactly 0 where fixed or even replied to. Even some 3 or 4 year old reports are still not fixed and the issue persists to this day.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Table TableColumn Metal failed to load render pipeline Failed to find reflection in binary archives
I have the same problem with Sonoma / Xcode 15. It's quite annoying since I don't even need anything Metal related.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Upgrading to macOS Sonoma Release Candidate deploys the Previous beta instead via software update
+1 M2 Pro Mini, no update
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23