Post

Replies

Boosts

Views

Activity

Comment on iOS 15 broke the navigation appearance when navigating to a view controller with a transparent navigation bar from a non-transparent navigation bar
@Claude31 if you look at the video that I linked to, you'll see what is wrong. After navigating to the firstVC the navbar is red until the view controller has finished loading and then it instantly changes to transparent. The color should fade out, as it does on iOS 14. Adding UIColor.clear as a background color doesn't make a difference, unfortunately.
Topic: UI Frameworks SubTopic: UIKit Tags:
Sep ’21
Comment on Modifying the Y-position of navigation bar isn't possible in iOS 15.1 Beta / iOS 15 simulators
@Claude31 Interesting approach! Thank you
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Modifying the Y-position of navigation bar isn't possible in iOS 15.1 Beta / iOS 15 simulators
@Rincewind Thanks. So what are our options?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on iOS 15 broke the navigation appearance when navigating to a view controller with a transparent navigation bar from a non-transparent navigation bar
Thanks! I was unaware of UINavigationitem. That fixed it :)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on iOS 15 broke the navigation appearance when navigating to a view controller with a transparent navigation bar from a non-transparent navigation bar
@Claude31 if you look at the video that I linked to, you'll see what is wrong. After navigating to the firstVC the navbar is red until the view controller has finished loading and then it instantly changes to transparent. The color should fade out, as it does on iOS 14. Adding UIColor.clear as a background color doesn't make a difference, unfortunately.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’21