Post

Replies

Boosts

Views

Activity

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
Jul ’21
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.
Jul ’21