Its a strange error. Not really sure what I need to change. I have had this working for ages until we updated iPad to iOS 8. The splash page loads ok but then squashes down and has a black bar next to it. Have added images to show what I am talking about. I know this is not a programming question but spent the last 6 hours trying to solve this.
Anyone else run into similar issues out there? Any help would be greatly appreciated.
Related
I have an app which is a couple of years old (not made by me, and I just started to get into iOS dev) - using OpenGL-ES-2 for displaying local videos.
The texture gets displayed correctly in DEBUG mode. This error only occurs in RELEASE mode (XCode 8.3.3 + XCode 9 beta).
I think the video gets displayed within two vertices, hence resulting in this graphic error within 2 triangles.
Did anyone experience this before and could lead me in the right direction? Any hints are very much appreciated.
Problem solved.
The "Optimization level" was set to "fastest, smallest". I had to change it to "none". After the change, everything worked as expected.
Adjust optimization level
I'm writing my app using Xcode 9 beta 2 and I'm randomly getting a black screen whenever my modal pops up. I've tried various ways to fix it and I was wondering if any of you have suggestions. Right now I just use the basic [self performSegueWithIdentifier:#"toVC" sender:nil]; and I've got the segue and such setup properly. The biggest issue is that it's seemingly random! As in sometimes the view loads perfectly fine and sometimes it just loads black.
The black image
I have absolutely zero idea why this is happening. I've tested on the iOS 10.0 simulator and the iOS 11.0 beta 2 simulator and it happens in both places. If any of you have any insight as to why this is happening then please let me know.
Thank you!
I have this weird issue. Someone was working with this code in meantime but I have no idea what is changed and no idea where to search for to find fix for this. Issue is visible on this image:
![1]https://drive.google.com/open?id=0BxN6pbY6dKUYa0pjZUpPemlFcFk
As you can see edge on iphone6 has some effect applied to it, but it's not visible on iphone6s plus nor on my device (iPad air 2). It's not whole program thing, some separate views are clear on all devices. But I have no idea what this effect is and what for to search.
Every hint what to look for very appreciated.
Thanks a lot for sharing your experience.
I have a quick question regarding XCode that I have been trying to solve for the last week. If you look at the screenshot my IOS devices are not being displayed in the toolbar by the run button. Could somebody show me how to display this? I'm trying to test on different devices and also trying to compile my source code (i know how to compile). Any help with this problem would be greatly appreciated!
I've seen this happen because of layout issues where xcode would hide the bar with the devices if the screen is too narrow rather than displaying it beneath for example.
If playing with the size/resolution/layout doesn't help, you can go to Product > Destination > List of devices available
Im having a problem with a webapp I have developed. I would really appreciate your help and guidance with this issue.
My app has been developed at 1024px x 768px and it is working fine on the ipad 4th gen. Please note that this app is made for landscape mode only.
When the app is viewed on ipad air it seems to disappear slightly off the screen bottom and right. I have checked the resolutions and they seem to be both the same.
Does anyone know why this is caused?
Thank you in advance!
I have finally managed to find an answer! - This problem was oocuring due to now devlaring the viewport in the meta tag header! Once decalred the problem sorted!