Top "Ios8" questions

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

How to call gesture tap on UIView programmatically in swift

I have a UIView and and I have added tap gesture to it: let tap = UITapGestureRecognizer(target: self, action: Selector("…

ios swift iphone ios8 uigesturerecognizer
Location Services not working in iOS 8

My app that worked fine on iOS 7 doesn't work with the iOS 8 SDK. CLLocationManager doesn't return a location, and I …

objective-c ios8 location cllocationmanager
How to create a string with format?

I need to create a string with format which can convert int, long, double etc. types into string. Using Obj-C, …

ios swift ios8
Reading in a JSON File Using Swift

I'm really struggling with trying to read a JSON file into Swift so I can play around with it. I've …

json xcode swift ios8 nsjsonserialization
NavigationBar bar, tint, and title text color in iOS 8

The background text in the status bar is still black. How do I change the color to white? // io8, swift, …

ios swift ios8 uinavigationbar
Changing the Status Bar Color for specific ViewControllers using Swift in iOS8

override func preferredStatusBarStyle() -> UIStatusBarStyle { return UIStatusBarStyle.LightContent; } Using the above code in any ViewController to set the statusBar …

swift uiviewcontroller ios8 xcode6 statusbar
Capture iOS Simulator video for App Preview

Okay, so we can now submit video previews of our apps on the App Store. According to Apple we should …

ios ios-simulator ios8 video-capture screen-capture
"Untrusted App Developer" message when installing enterprise iOS Application

I'm developing an enterprise application. When I was testing it in iOS8 beta I saw the following alert view: Untrusted …

ios deployment ios8 enterprise
How to present popover properly in iOS 8

I'm trying to add a UIPopoverView to my Swift iOS 8 app, but I am unable to access the PopoverContentSize property, …

ios swift uipopovercontroller ios8 uipopover
iOS 8 UITableView separator inset 0 not working

I have an app where the UITableView's separator inset is set to custom values - Right 0, Left 0. This works perfectly …

ios objective-c swift uitableview ios8