Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIToolBar Not Showing In 3.5 Inch Simulator

I have an iPhone app that has a UIToolBar added at the bottom in a View Controller with button on it. I was just testing it and found that the UIToolBar is not showing in the 3.5-inch iPhone simulator in Xcode. While its properly showing up in 4-inch iPhone Simulator and 4-inch 64-bit iPhone Simulator. Its even showing up properly on all iPads simulator.

UIToolBar Not Showing

I don't have any 3.5 inch iPhone to test it on the device since i only own an iPhone 5 and iPad 2. Although its hard to tell but can anyone point out what could be the problem or how can i troubleshoot it to find the problem?

like image 228
AJ112 Avatar asked Mar 21 '23 19:03

AJ112


1 Answers

Try clicking on the toolbar in storyboard and the from the icons on the bottom left section from second from right select reset to suggested layouts and see if that will solve your issue.

like image 156
Adrian P Avatar answered Apr 06 '23 08:04

Adrian P