Top "Ios8" questions

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

Getting URL of UIImage selected from UIImagePickerController

I'm trying to provide a user selection of an image from Photo Library. Thus I'm using UIImagePickerController for selecting. But …

ios swift ios8 uiimagepickercontroller nsurl
Xcode 6 error: "Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier."

I'm trying to build an extension project and Xcode keeps throwing the error in subject. Needless to day, the extension's …

ios8 xcode6 ios-app-extension
dyld: Library not loaded: @rpath with iOS8

I'm creating an iOS framework with Xcode6 and iOS8. When I link this with an iOS app and try running …

ios frameworks ios8 xcode6
Communicating and persisting data between apps with App Groups

iOS 8 revealed a new API yesterday concerning App Groups. It was kind of messy before to share data and communicate …

ios objective-c ios8 ios-app-extension
iOS 8 Map Kit Obj-C Cannot Get Users Location

I am working with Map Kit in iOS 8 using Obj-C NOT SWIFT. I cannot get the device location it is …

objective-c mapkit cllocationmanager ios8
Underline part of a string using NSMutableAttributedString in iOS 8 is not working

I try to underline part of a string, for example, a 'string' part in 'test string' string. I'm using NSMutableAttributedString …

ios objective-c iphone ios8 nsmutableattributedstring
Enterprise App Update Distribution on iOS 8

I have an enterprise app that I'm distributing via an itms URL: itms-services://?action=download-manifest&url=itms-services://?action=download-manifest&…

ios xcode ios8 enterprise-distribution
Convert NSSet to Swift Array

In CoreData I have defined an unordered to-many relationship. This relationship is defined in Swift like this: @NSManaged var types : …

core-data swift ios8
Code sign error : bundle format unrecognized, invalid, or unsuitable

Im working on an iOS app, Swift language, iOS8, Xcode 6.1. It was running fine on the iPad. Then I added …

ios swift ios8 xcode6 code-signing
iOS 8 Rotation Methods Deprecation - Backwards Compatibility

In iOS 8, the methods for interface rotation are deprecated. This includes: willRotateToInterfaceOrientation:duration: didRotateFromInterfaceOrientation: willAnimateRotationToInterfaceOrientation:duration: The replacement methods include: …

ios rotation ios8