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