Post

Replies

Boosts

Views

Activity

Reply to hidesBottomBarWhenPushed in iOS 26
I still see this issue, Im using Xcode beta 4, running test on iPad with iPadOS Developer Beta. I tried [self.tabBarController setTabBarHidden:true]; in viewWillAppear [self.tabBarController.tabBar setHidden:true]; in viewWillAppear [self.tabBarController setHidesBottomBarWhenPushed:true]; in parent view controller
Topic: UI Frameworks SubTopic: UIKit
Aug ’25
Reply to The three dots button won't move inside my navigation item group after resizing in iOS 26
Today when I try to resize the window, I find out that it can't be resized freely like other apps (reduce width, height) and I can only make it smaller but with the same ratio. Turn out it is the UIRequiresFullScreen key (second one from my Info.plist) that keeps the window to be fully displayed or at least kept the default ratio. Removing or changing it to NO/false solves the issue.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’25