Posts

Post not yet marked as solved
4 Replies
I've made a following change in storyboards:https://i.stack.imgur.com/bKVoH.pngFor numbers 1, 2, 3But still no effect, I was also trying made that in code by setting modalPresentationStyle = .fullScreen but that also didn't make a change.I decided to make small test and from number 1 (Story board entry point) I've removed connection to Navigation Controller and second view. After that I was running app on iOS13 and iOS12 to spot the difference. It turns out that UINavigationItem starts to become visibility in IOS13 is it somehow connected to translucent option ?https://i.stack.imgur.com/OiL99.pngMy UINavigationItem has UIBarButtonItem underneath