Top "Ios8" questions

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

Adaptive segue in storyboard Xcode 6. Is push deprecated?

Xcode 6 interface builder by default has new checkbox "use size classes". It makes views adaptive. When I try to make …

storyboard push ios8 xcode6
How to check validity of URL in Swift?

Trying to make an app launch the default browser to a URL, but only if the URL entered is valid, …

url swift ios8
Is it possible to obtain a dynamic table view section header height using Auto Layout?

New in iOS 8, you can obtain 100% dynamic table view cells by simply setting the estimated row height, then layout your …

ios uitableview ios8 autolayout
What is the "right" way to handle orientation changes in iOS 8?

Can someone please tell me the "right" or "best" approach to working with portrait and landscape interface orientations in iOS 8? …

ios ios8 orientation uiinterfaceorientation landscape-portrait
String to NSNumber in swift

I found a method to convert string to NSNumber, but the code is in objective-C. I have tried converting it …

ios swift ios8 nsnumber
Xcode 6.0.1 Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1

I am getting this error on archive: Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed …

ios ios8 xcode6.0.1
Safari in ios8 is scrolling screen when fixed elements get focus

In IOS8 Safari there is a new bug with position fixed. If you focus a textarea that is in a …

javascript ios css safari ios8
How to determine the content size of a WKWebView?

I am experimenting with replacing a dynamically allocated instance of UIWebView with a WKWebView instance when running under iOS 8 and …

ios objective-c ios8 wkwebview
How to use Charles Proxy on the Xcode 6 (iOS 8) Simulator?

It seems that the directory for the iOS Simulator has changed. It used to be in ~/Library/Application\ Support/iPhone\ …

ios ios8 xcode6 ios-simulator charles-proxy
How to integrate splash screen for all types of iPhones in Xcode 6.1?

I need to create and app which will run on iPhone 4S, 5,5S, 6, 6+ and the deployment target will be iOS 7.1. …

ios8 xcode6 splash-screen uiimageasset