AVCam preview covering navigation bar with iOS 15 and iPhone XR - swift

From iOS 12 to 14.8, my iPhone XR did not have any issue to display the AVCam output below the navigation bar.
Now, with the latest iOS 15.0.1, it overlaps the navigation bar.
Anyone has a clue why?
It seems to be ok with an iPhone 12.
Thanks

Finally, it was just a question of bad storyboard alignment. I was just lucky it was working before!

Related

Navigation Bar Flicker with Custom Transition on iPhone 4 and iPad

I created a custom transition (UIViewControllerAnimatedTransitioning) in iOS7 and all seemed to work well. However, I noticed on iPhone 4 and iPad (when displaying as an iPhone app) that it have a weird flicker bug at the end of the transition. Has anyone else encountered this problem? I'm not sure if it's an iOS bug or a problem with my code.
https://www.youtube.com/watch?v=jl7qzgvfxhI&feature=youtu.be

iOS 7 UI elements

My understanding of iOS 7 was that when it was running on a given device that older applications (complied for iOS 6) that use standard UIControls (UITableView, UINavigationController, etc) would automagically have the iOS 7 look.
I have an app which utilizes a UITabBarController, UINavigationController, a UITableView and some UIButtons, however none of the controls in my app have the iOS 7 look or feel.
My navigation controllers are not translucent or blurred and my back buttons are not words they are still arrow encapsulated.
Am I missing something?
Thanks for your input,
Regards,
John
If you app is compiled for iOS SDK version 6, you'll have the iOS6 components on your app, even if your phone is upgraded to iOS7.
To see the new components in your app you'll have to compile it using iOS SDK version 7, fix the warnings/errors you will find to make it work, and submit it.

iPhone 5 & iPhone 4 UI issues

I am making a project like Facebook menu from Github (Link). as it doesnot support for iPhone5 Screen so i recreated the project but there is some problem with the the iPhone 3.5 inch screen . The same is working fine on iPhone 5 screen i.e 4 inch screen. Please see the attached screenshots. Does anybody has idea whats going wrong ?.
While you can see the above screenshot,the 1st and 2nd screenshot are of iPhone 3.5 inch screen,the problem with both screen is that i am getting the green color table view in bottom.
while the 3rd and 4th are of iPhone 4 inch screen are have no issues.
Any help will be appreciated
Thanks in Advance :-)
Try turning Auto Layout off (if you're using Interface Builder).

ios 5 up ios 6 initial screen with black band

Before ios 6 I don't have this problem.
My project was compile for iOs 5.
But in a device with iOs5, i don't know why they have black band was appear on the top like in the picture.
But only on the initial screen. If I go and return to this page it's ok.
No probleme with a device on iOs6.
Maybe I have forgot something new?

UIToolBar weird display issue on IOS 5.0.1

I am looking for a solution for this weird UIToolBar issue happening on IOS 5.0.1.
I have added two UIToolBars from interface builder but the toolbars do not look like the original toolbars. They displayed like a custom view. The tool bars are displayed properly in IOS 4 and 3.
Only on IOS 5.x does the issue appears
Here is a screenshot for the issue:
I think iOS SDK doesn't give you those icons, it seems to me customized PNGs, which have no retina display version (#2x).