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.
Post
Replies
Boosts
Views
Activity
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.
On a simulator. Unfortunately a don't have a real iPhone with a notch. What device did you used?
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?
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?
Overriding updateConfiguration works perfectly! Thanks!
Thank you javman!
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.
Unfortunately no. If you set a systemItem then the title and image properties of UIBarButtonItem will always return nil.
The style property will return the style (UIBarButtonItem.Style) not the systemItem (UIBarButtonItem.SystemItem).
I have tried both and the result is the same.
What do you mean with restore previous focus? How can you do this?
Hi! Do you already have an idea of when Store Kit 2 will start supporting promoted in-app purchases? Thank you.
I have filled out the enhancement request FB13084630.
Good catch, thank you!