Can't show some shortcuts and images in iPad

When I build my app on iPhone it works fine. But when I create it on iPad some shortcuts and some ImageViews are not showing.

I have checked to fix its origin on iPhone and iPad.

This issue happened after updating Xcode 6.

Before the Xcode 6 update, it worked great on both iPhone and iPad.

So where am I going wrong?

+3


source to share


1 answer


You can use the Debug Display button to determine where your labels and images are located: https://developer.apple.com/library/ios/recipes/xcode_help-debugger/using_view_debugger/using_view_debugger.html



0


source







All Articles