Skip to main content
1 vote
1 answer
33 views

In my app you can swipe from left-to-right on the left edge of the screen to dismiss a UIViewController in a UINavigationController. But now in iOS 26, you can start the swipe from anywhere on the ...
Micro's user avatar
  • 10.9k
-3 votes
1 answer
57 views

This doesn't work anymore on iOS 26 to disable swipe back in a navigation controller: interactivePopGestureRecognizer.isEnabled = false How can we disable swipe back to dismiss a UIViewController in ...
Micro's user avatar
  • 10.9k
0 votes
1 answer
271 views

I've sample code for the reference which works fine prior iOS 26 but not in iOS 26. class SampleViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() ...
Chetan Prajapati's user avatar
4 votes
2 answers
1k views

After updating my app for iOS 26, the navigation item title stopped working when using large title and scrolling. Before the update, the large title was shown and when scrolled up, the normal small ...
Philipp Rosengart's user avatar
2 votes
1 answer
600 views

Is it possible to disable automatic color inversion in iOS 26 UINavigationBar which triggered by the system depending on background? Can't find any new method in documentation for that. This is for ...
nemissm's user avatar
  • 471
1 vote
2 answers
1k views

Short description / problem When I push from a tab bar root navigation controller to a new screen, the navigation bar back button jumps (moves out of place) briefly during the push animation and then ...
Paulo Silva's user avatar
1 vote
1 answer
876 views

In iOS 26, when using NavigationStack or regular UINavigationController push transitions, there’s a new default animation that adds a corner radius to the incoming view. This corner radius breaks ...
Dim Roe's user avatar
  • 53
0 votes
1 answer
61 views

While porting my existing UIKit based app to SwiftUI I struggle with a simple task: A UIViewControllerRepresentable holds a UINavigationController. The UINavigationController displays VCs with ...
Andrei Herford's user avatar
0 votes
0 answers
119 views

I want to add custom back button to my app with out losing swipe to back gestures. Adding this .navigationBarBackButtonHidden(true) will remove swipe to back gestures I tried adding below snippet to ...
karthik rashinkar's user avatar
0 votes
1 answer
37 views

I was asked to add an image (like a banner) above the current UINavigationBar. I have tried several solutions, but I haven't been able to achieve the desired result. What I want is something like the ...
andres padilla gravier's user avatar
0 votes
0 answers
35 views

I would like to replicate the back button transition seen in apps like the App Store or Apple Music. Specifically, I want to animate a custom-shaped back button into the default back button during ...
Kngw Kngw's user avatar
  • 123
0 votes
1 answer
70 views

I'm integrating SwiftUI into UINavigationController and encounter weird issue when pushing a UIHostingController containing a long Image or AsyncImage. I want the image to occupy the whole screen ...
Phineas's user avatar
  • 319
1 vote
1 answer
179 views

I had a requirement to remove the text of the back button and only leave the back chevron in the navigation bar. Some options I came across were setting the title of the view control to a string with ...
Shawn Frank's user avatar
  • 5,303
0 votes
1 answer
56 views

I want to add a search bar in the middle of the navigation bar like so : I was able to achieve the above screen with the following code : navigationItem.titleView = searchController.searchBar ...
Shahnas Ettool's user avatar
0 votes
0 answers
165 views

I'm experiencing a strange issue only on iOS 18 with navigation bar titles (large and normal). When switching between tabs in a UITabBarController, the title briefly bounces/jumps by a few pixels ...
palla89's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
793