Top "Ios8" questions

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

How to debug iOS 8 extensions with NSLog?

- (void)viewDidLoad { NSLog(@"%s", __func__); // ... } in viewDidLoad of an iOS 8 extension. the NSLog outputs nothing in Xcode. NSLog works …

ios ios8 xcode6 ios-app-extension
Implement CLLocationManagerDelegate methods in Swift

I've been trying to get this to work for awhile now, and I've come here to ask- how do I …

cllocationmanager swift ios8
Xcode6:Embedded binary is not signed with the same certificate as the parent app

After I add Today App Extension Target,I become impossible to compile project. below is error: error: Embedded binary is …

ios xcode ios8 xcode6 ios-app-extension
Multiple UILabels inside a self sizing UITableViewCell

In this iOS 8 app I'm creating, I have a tableview and I need them to be self resizing. I implemented …

ios uitableview swift autolayout ios8
How to detect delete key on an UITextField in iOS 8?

I have subclassed UITextField and implemented the UIKeyInput protocol's deleteBackward method to detect backspace being pressed. This works fine on …

ios uitextfield ios8 uitextfielddelegate uikeyinput
Displaying search bar in navigation bar in iOS 8

UISearchDisplayController had a boolean property called displaysSearchBarInNavigationBar. What's the equivalent in iOS 8 to have my search bar move up there? …

ios8 uisearchbar uisearchdisplaycontroller
What is the entry point of swift code execution?

There is no main() method in swift. The program must start the execution from somewhere. So what is the entry …

cocoa-touch swift ios8
How do I hide/show tabBar when tapped using Swift in iOS8

I am trying to mimic the UINavigationController's new hidesBarsOnTap with a tab bar. I have seen many answers to this …

ios swift ios8 uitabbarcontroller
Swift UIGestureRecogniser follow finger

I'm making an iOS8 app using Swift. I'd like the user to be able to use gestures to reveal certain …

ios swift uigesturerecognizer ios8
Today App Extension Widget Tap To Open Containing App

I've implemented a Today widget for my application +Quotes which displays the day's quote within the notification center with the …

ios ios8 ios-app-extension today-extension