Top "Ios8" questions

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

Custom UITableViewCell from nib in Swift

I'm trying to create a custom table view cell from a nib. I'm referring to this article here. I'm facing …

ios uitableview swift ios8
UIAlertController custom font, size, color

I am using new UIAlertController for showing alerts. I have this code: // nil titles break alert interface on iOS 8.0, so …

ios objective-c ios8 uialertview uialertcontroller
Reading NFC Tags with iPhone 6 / iOS 8

Now that Apple just announced the iPhone 6 will have an NFC chip, does anyone know if iOS 8 will enable reading/…

ios iphone nfc ios8 rfid
Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost."

I have an application which works fine on Xcode6-Beta1 and Xcode6-Beta2 with both iOS7 and iOS8. But with …

ios8 ios-simulator xcode6 xcode6-beta5
Swift presentViewController

I programatically have multiple View Controllers in an iOS Swift Project. I do not have the storyboards and would like …

swift ios8 viewcontroller presentviewcontroller
creating custom tableview cells in swift

I have a custom cell class with a couple of IBOutlets. I have added the class to the storyboard. I …

swift uitableview cocoa-touch ios8 storyboard
How to force view controller orientation in iOS 8?

Before iOS 8, we used below code in conjunction with supportedInterfaceOrientations and shouldAutoRotate delegate methods to force app orientation to any …

ios objective-c ios8 uinavigationcontroller autorotate
Can I set the cookies to be used by a WKWebView?

I'm trying to switch an existing app from UIWebView to WKWebView. The current app manages the users login / session outside …

ios cookies uiwebview ios8 wkwebview
How to load URL in UIWebView in Swift?

I have the following code: UIWebView.loadRequest(NSURLRequest(URL: NSURL(string: "google.ca"))) I am getting the following error: 'NSURLRequest' …

swift ios8
Base64 Decoding in iOS 7+

I have Encoded text(NSString) using NSData Class new API which is Added in iOS7. using this - (NSData *)dataUsingEncoding:(…

ios objective-c swift ios7 ios8