Top "Ios8" questions

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

Find crash logs on iOS 8 device

Crash logs used to be accessible through the Settings app. I can't find that in iOS 8. Where did that go? …

ios8 crash-dumps
Ask for User Permission to Receive UILocalNotifications in iOS 8

I have set up local notifications in the App Delegate Using this: - (void)applicationDidEnterBackground:(UIApplication *)application { UILocalNotification *notification = [[UILocalNotification …

ios cocoa-touch notifications ios8 uilocalnotification
How do I get the return key to perform the same action as a button press in Swift?

I want to know how you allow an action to be made by either pressing the return key on the …

xcode swift ios8
can't get correct value of keyboard height in iOS8

I was using this code to determine what is the size of the keyboard : - (void)keyboardWillChange:(NSNotification *)notification { NSDictionary* …

ios objective-c cocoa-touch keyboard ios8
UITableView dynamic cell heights only correct after some scrolling

I have a UITableView with a custom UITableViewCell defined in a storyboard using auto layout. The cell has several multiline …

ios uitableview ios8 autolayout ios-autolayout
Xcode 6 allows VECTOR image assets... how to use them?

I was fiddling with Xcode 6 vs images assets when I noticed something very interesting: we now can specify vector images …

vector-graphics ios8 xcode6
Rotation methods deprecated, equivalent of 'didRotateFromInterfaceOrientation'?

I'm trying to implement the new viewWillTransitionToSize method which has been introduced in iOS 8 (all other rotation methods have been …

ios iphone objective-c ios8
UISplitViewController in portrait on iPhone shows detail VC instead of master

I am using a Universal Storyboard in Xcode 6, targeting iOS 7 and above. I've implemented a UISplitViewController which is now natively …

ios interface-builder ios8 uisplitviewcontroller master-detail
Why requestWhenInUseAuthorization doesn't prompt the user for access to the location?

In my viewDidLoad method I have locationManager = [[CLLocationManager alloc]init]; // initializing locationManager locationManager.delegate = self; // we set the delegate of …

objective-c xcode ios8 cllocationmanager
Xcode 6 and Embedded Frameworks only supported in iOS8

When using an embedded framework (dyld) in Xcode 6.0.1 with deployment target less that iOS 8 I get: Build is successful Runtime …

objective-c ios8 dylib dynamic-library