Post

Replies

Boosts

Views

Activity

Reply to New Apple Developer Team not showing up in Xcode
Unfortunately all workarounds so far didn't work for me: changed Preferred Currency created a new project. checked "Access to Certificates, Identifiers & Profiles" and "Access to Cloud Managed Distribution Certificate"
Replies
Boosts
Views
Activity
May ’22
Reply to Is it possible to tweak collection view cell's layoutMarginsGuide when using compositional layout?
Well, it turns out to be simple: enable the preservesSuperviewLayoutMargins property of the cell. enable the preservesSuperviewLayoutMargins property of the contentView of the cell as well. They are disabled by default. Now cell's layout margins will respect the collection view's layout margins.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to UICollectionView with diffable data source always reload on-screen cells after applying a snapshot.
Updates This behavior only happens when using a compositional layout with estimated item height or a list layout. For compositional layouts with absolute item height, no irrelevant cell is reloaded.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’21