Top "Ios8" questions

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

UIPopoverPresentationController on iOS 8 iPhone

Does anyone know if UIPopoverPresentationController can be used to present popovers on iPhones? Wondering if Apple added this feature on …

objective-c iphone uipopovercontroller ios8 uipopover
WKWebView Content loaded function never get called

i try to get a function called after my Content inside WKWebView is fully loaded. I found the "didFinishNavigation" function …

ios swift ios8 wkwebview
Why can't I call the default super.init() on UIViewController in Swift?

I am not using a UIViewController from a storyboard and I want to have a custom init function where I …

ios objective-c uiviewcontroller swift ios8
filteredArrayUsingPredicate does not exist in swift Array

I have "UserDetails" struct objects in array..I want to filter the objects from array. But there is no option …

swift ios8 xcode6
Error: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out."

I am working on an application in Xcode 6.1, iOS 8.1; the application was working completely fine till 2 days before, but today …

ios ios8 ios-simulator xcode6.1
How to remove cache in WKWebview?

Any one worked with WKWebview and tried to clear cache ? If yes, how to do? any example ? P.S. : Normal …

ios ios8 wkwebview
iOS 8: UIAlertView / UIAlertController not showing text or buttons

I have an UIAlertView which is getting shown perfectly in iOS 7 but in iOS 8, it does not show any buttons …

ios objective-c ios8 uialertview
Swift Error: Variable used within its own initial value

When I'm initializing an instance of an entity I'm getting the error Variable used within its own initial value. Here …

ios swift ios8 xcode6
Xcode 6 iOS Creating a Cocoa Touch Framework - Architectures issues

I'm trying to make a dynamic framework for an iOS app. Thanks to the new version of Xcode (6) we can …

cocoa ios8 xcode6 dynamic-library ios-universal-framework