Post

Replies

Boosts

Views

Activity

Reply to How to create NSCollectionView programatically?
Seeing the same behavior. Not sure what's going on, but I was able to work around it by making the reuse identifier the same as the nib name. E.g.: class ListItem: NSCollectionViewItem {     static let reuseIdentifier = NSUserInterfaceItemIdentifier("ListItem") // was "list-item-reuse-identifier" ... I suspect I'm now picking up some fallback behavior. -Steve
Topic: UI Frameworks SubTopic: AppKit Tags:
Nov ’22
Reply to Multipage Layout of Text on iOS and MacOS with TextKit 2
Multi-page layout not supported in TextKit2. See the discussion here: https://developer.apple.com/forums/thread/682251 At WWDC, a frameworks engineer indicated they were looking into it, but there has been no update and the requested Feedback (FB9285387) is still open (Nov 4th) with no recent similar reports. Please file a dupe of FB9285387 if this is important to you. -Steve
Topic: App & System Services SubTopic: General Tags:
Nov ’21
Reply to How to create NSCollectionView programatically?
Seeing the same behavior. Not sure what's going on, but I was able to work around it by making the reuse identifier the same as the nib name. E.g.: class ListItem: NSCollectionViewItem {     static let reuseIdentifier = NSUserInterfaceItemIdentifier("ListItem") // was "list-item-reuse-identifier" ... I suspect I'm now picking up some fallback behavior. -Steve
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Multipage Layout of Text on iOS and MacOS with TextKit 2
Multi-page layout not supported in TextKit2. See the discussion here: https://developer.apple.com/forums/thread/682251 At WWDC, a frameworks engineer indicated they were looking into it, but there has been no update and the requested Feedback (FB9285387) is still open (Nov 4th) with no recent similar reports. Please file a dupe of FB9285387 if this is important to you. -Steve
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Menus don't work in UIDocumentBrowserViewController additionalTrailingNavigationBarButtonItems
My radar is currently open with less than 10 similar reports. If you haven't done so, could you file a dupe? There is also a Twitter discussion of this in case it helps. In my app, I work around the missing functionality with a one-off vc that creates a menu-like table view.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21