Top "Ios8" questions

iOS 8 is the eighth version of Apple's iOS mobile operating system.

Launch Image does not show up in my iOS App

I want to get a simple launch screen to show in my app, built using Xcode 6.0.1. I have added a …

ios8 xcode6 xcasset launchimage
Can't find keyplane that supports type 4 for keyboard iPhone-Portrait-NumberPad; using 3876877096_Portrait_iPhone-Simple-Pad_Default

I've downloaded iOS 8 Gold Master for the iPhone and the SDK. I tested the app and it works fine, except …

iphone ios8
How to create a fixed-size array of objects

In Swift, I am trying to create an array of 64 SKSpriteNode. I want first to initialize it empty, then I …

swift ios8 xcode6
Xcode 6 iPhone Simulator Application Support location

In Xcode 6, I have an app I'm using Core Data in, but there is no folder in Application Support for …

ios xcode core-data ios8 xcode6
NSRange to Range<String.Index>

How can I convert NSRange to Range<String.Index> in Swift? I want to use the following UITextFieldDelegate …

nsstring swift ios8 nsrange
iOS 8 Snapshotting a view that has not been rendered results in an empty snapshot

In iOS 8 I am having problem capturing images from camera till now I am using this code for UIImagePickerController *controller=[[…

objective-c ios8 uiimagepickercontroller
How to get textLabel of selected row in swift?

So i am trying to get the value of the textLabel of the row I select. I tried printing it, …

uitableview swift ios8 tableview xcode6
iOS8 Beta Ad-Hoc App Download (itms-services)

I have an ipa built using my Wildcard profile. I am hosting the ipa, and my testers are downloading it …

ios ios8 ad-hoc-distribution
How to display an activity indicator with text on iOS 8 with Swift?

I wanna show, programmatically, an activity indicator with text, like the one in the Photos app (after editing and saving …

swift ios8
Disable a Button

I want to disable a button (UIButton) on iOS after it is clicked. I am new to developing for iOS …

swift uibutton ios8