Post

Replies

Boosts

Views

Activity

Comment on Inset grouped table cells not aligned with large title
Thank you for the answer. But the issue is there even if the table is the main view of the controller. The above example is an UITableViewController, so the table is the main view. Are we sure that is not a bug? Because this issue seem to be present only on iPhones with the notch (iPhone 12, iPhone 13). If the same code is executed on an iPad or an iPhone 8 the cells and the title are perfectly aligned.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jan ’22
Comment on Diffable data source with fetched result controller on iOS 15
Well, it's not that I want to opt out using NSManagedObjectIDs. I just want to know if, after creating a new object, calling obtainPermanentIDs before saving the store is the Apple recommended thing to do when using a fetched result controller with a diffable data source.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Inset grouped table cells not aligned with large title
Thank you for the answer. But the issue is there even if the table is the main view of the controller. The above example is an UITableViewController, so the table is the main view. Are we sure that is not a bug? Because this issue seem to be present only on iPhones with the notch (iPhone 12, iPhone 13). If the same code is executed on an iPad or an iPhone 8 the cells and the title are perfectly aligned.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Inset grouped table cells not aligned with large title
On a simulator. Unfortunately a don't have a real iPhone with a notch. What device did you used?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on UIListContentConfiguration text color during selection
I did that, and the color transformer block is called only when the cell is displayed, but not when the cell is selected. The backgroundColorTransformer, on the other hand, is also called when the cell is selected. Any idea why textProperties.colorTransformer is not called when the cell is selected?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on UIListContentConfiguration text color during selection
Thank you! That’s work great, but unfortunately configurationUpdateHandler is only available on iOS 15. Any idea how this can be achieved also on iOS 14?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on UIListContentConfiguration text color during selection
Overriding updateConfiguration works perfectly! Thanks!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on MapKit crash on Catalyst after resizing the window
Thank you javman!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Check for systemItem inside an UIBarButtonItem override
Thank you. But creating a UIBarButtonItem with a specific systemItem is not an issue. I'm looking for a way to understand what systemItem an existing object is.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Check for systemItem inside an UIBarButtonItem override
Unfortunately no. If you set a systemItem then the title and image properties of UIBarButtonItem will always return nil.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Check for systemItem inside an UIBarButtonItem override
The style property will return the style (UIBarButtonItem.Style) not the systemItem (UIBarButtonItem.SystemItem).
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on UILabel rendered in cgContext is blurry on Mac Catalyst
I have tried both and the result is the same.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Table cell focus after selection
What do you mean with restore previous focus? How can you do this?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Storekit2 equivalent of SKPaymentTransactionObserver
Hi! Do you already have an idea of when Store Kit 2 will start supporting promoted in-app purchases? Thank you.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Mark localized strings untranslatable
I have filled out the enhancement request FB13084630.
Replies
Boosts
Views
Activity
Aug ’23
Comment on Popover from NSToolbarItem in Mac Catalyst app
Good catch, thank you!
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Aug ’24