I was wondering if it’s possible to determine what kind of iPhone (for example) the currentdevice is? I know it’s possible to get the model through NSString *deviceType =...
I have an app that runs on the iPhone and iPod Touch, it can run on the Retina iPad and everything but there needs to be one adjustment. I...
I am programming an iPhone app, and I need to force it to exit due to certain user actions. After cleaning up memory the app allocated, what’s the appropriate...
What is the equivalent of UI_USER_INTERFACE_IDIOM() in Swift to detect between iPhone and iPad? I get an Use of unresolved identifier error when compiling in Swift. 18 Answers 18
I’m trying to create the icon for my iPhone app, but don’t know how to get the exact radius that the iPhone’s icons use. I’ve searched and searched for...
I keep getting this error when I try to submit my app to the store using Xcode: ERROR ITMS-90475: “Invalid Bundle. iPad Multitasking support requires launch storyboard in bundle...
I added an external framework via cocoapods into my iOS application. How can i remove that library from the project? 7 Answers 7
Apple’s iPad Mini is a smaller clone of the iPad 2 in more ways than we’d want. In JavaScript, the window.navigator object exposes the same values for the Mini...
I’m trying to submit my universal iOS 9 apps to Apple (built with Xcode 7 GM) but I receive this error message for the bundle in iTunes Connect, just...
I have an app that sometimes needs its navigation bar to blend in with the content. Does anyone know how to get rid of or to change color of...