Post

Replies

Boosts

Views

Activity

Reply to iOS 15 Gap between navigation bar and table view
i think what you might be seeing (which i also have seen) is that for ios 15 for the Plain table view style they add a Section header padding by default, I wish it was a checkbox or something so we dont have to have it (especially by default) since alot of us are using custom section headers, BUT they did add a function to manually set it in your viewDidLoad      if (@available(iOS 15.0, *)) {        [self.tableView setSectionHeaderTopPadding:0.0f];      } this should remove the padding or that "gap" you are seeing.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’21
Reply to iOS 15 navigation bar transition between large title and small title
this issue has been posted recently along with a few others in the forums for BETA 2 that i think are all related, you submitted a feedback which is great! I Believe they are away of the "transition" issue to viewcontrollers and back to previous viewcontrollers about the navbar, lets hope B3 fixes it. https://developer.apple.com/forums/thread/683590 https://developer.apple.com/forums/thread/684401
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’21
Reply to watchos 7.6.1 symbols
i will give it a shot! i feel as though we shouldn't have to rename folders to get things to work, i wonder if they just haven't uploaded them to their server for users to download. who knows. A response from an admin would be nice for sure
Aug ’21
Reply to iOS15 Status bar style not fixed
i notice this on many apps on my ipad (on ios15) apps that i know should have a Light Status bar color are sometimes dark, but if you leave and come back its "correct" i have a feeling this is more of a system bug, than a coding one. As its happening on many apps I would report it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’21