Questions tagged [ios8]

iOS 8 is the eighth version of Apple's iOS mobile operating system. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 2, 2014 and was released to the public on September 17, 2014. The ios8 tag should be used for questions specific to Apple's iOS 8 operating system. General iOS questions should use the ios tag.

The biggest developer release yet with more than 4,000 new APIs. (See iOS 8 API Differences) iOS 8 allows developers to further customize the user experience with major extensibility features additions:

  • Notification Center widgets
  • Third-party keyboards
  • App extensions

This release also introduces robust frameworks such as:

  • HealthKit
  • HomeKit
  • LocalAuthentication
  • Photos
  • CloudKit

iOS 8 also includes Metal, a new graphics technology that maximizes the performance of the A7 chip with 10x performance and Swift, a powerful new programming language. SceneKit framework is introduced to build apps with 3D graphics and with high performance. Unified storyboard makes it easier to develop the interface for both iPhone and iPad with orientation and different screen size as well.

iOS and OS X introduces a new feature Handoff that extends the user experience of continuity across devices. Handoff enables users to begin an activity on one device, then switch to another device and resume the same activity on the other device.

Compatibility

iOS 8 supports the following devices:

  • Phone 4S
  • iPhone 5
  • iPhone 5S
  • iPhone 5C
  • iPhone 6
  • iPhone 6 Plus
  • iPhone 6S
  • iPhone 6S Plus
  • iPad 2
  • iPad 3
  • iPad 4
  • iPad Air
  • iPad Mini
  • iPad Mini 2
  • iPad Mini 3
  • iPad Mini 4
  • iPod Touch 5G

iOS 8 Latest Version

9298 questions
6
votes
1 answer

iOS8 Rotation issue with UITabBarController and UINavigation Controller

I have one issue with iOS8. Here I have structure of my view hierarchy. Window ==> UITabBarController ==> 2 Tab Tab 1 ==> UINavigationController1 ==> UIViewController1 as root view controller Tab 2 ==> UINavigationController2 ==> UIViewController2…
Manish
  • 91
  • 3
6
votes
1 answer

MFMailComposerViewController via UIActivityViewController error

I'm trying to open a mail composer via UIActivityViewController on iOS8. (So, there's no my own code for this procedure) The result on device is continues error logging (the messages continue to be logged even after I close mail and quit to…
Stas
  • 9,925
  • 9
  • 42
  • 77
6
votes
1 answer

How to know when parallel HTTP requests are fulfilled in iOS?

I need to run some code only after requesting multiple HTTP resources for gathering some data. I've read a lot of documentation and I've found out I should use GCD and dispatch groups: Create a group with dispatch_group_create() For each…
gpbl
  • 4,721
  • 5
  • 31
  • 45
6
votes
1 answer

Adding a UISearchController to a Non-Table View

I'm having trouble with using the new UISearchController in IOS8. Every example I've found so far uses the search bar as the header view of a UITableView. What do you do when the search bar needs to be displayed somewhere else? For example, placing…
pbuchheit
  • 1,371
  • 1
  • 20
  • 47
6
votes
4 answers

Xcode breakpoint don't work inside dispatch_async block

Our team seriously need some help with the following problem that we are facing as it is preventing us from debugging some of the code inside dispatch_async block. Hope I will get some help or suggestions on what to do next. The problem we faced is…
garfieldmypet
  • 187
  • 1
  • 7
6
votes
1 answer

iOS7 - Why is CGAffine Transform working properly on iOS8 but not iOS7?

I am having a problem when using CGAffineTransformMakeTranslation on iOS7. The view I am using the CGAffineTransformMakeTranslation is going to a different position when running iOS7 and iOS8. Why is this and what am I doing wrong? I have a view…
Ahufford
  • 488
  • 2
  • 12
6
votes
1 answer

Swift array behaviour

In Swift arrays have a special behaviour, but why here does arr1 contain two times "item 1" whereas arr2 contains it only once ? What does defining arr1 as an instance variable change here (versus defining arr2 as a local variable) ? Update: I'm…
thomas.g
  • 3,894
  • 3
  • 29
  • 36
6
votes
2 answers

iOS Extension - Detect "extension state changes" (Background/Foreground)

I have a share extension implemented for iOS8. The service uses OAuth to authenticate. The login info I use for the extension is shared with the container app. The problem is: When I am in the extension, then app switch to the container app and…
Adam Zielinski
  • 401
  • 3
  • 8
6
votes
1 answer

How to hide masterView for UISplitViewcontroller in IOS8

All, I have met a problem with new UISplitViewcontroller in IOS8 for iPad. I have a UITableView in the storyboard in the detailViewcontroller and on clicking the cell, I should go to the another view called "detailinfo". I am current using a "show"…
Wentao Hu
  • 83
  • 6
6
votes
2 answers

WKWebView Cache manifest not working IOS8

Cache manifest works fine and events fired in safari in IOS 8. Not working at all in WKWebView anyone else solve this issue? import UIKit import WebKit class ViewController: UIViewController { @IBOutlet var containterView : UIView! = nil var…
KleggerKoder
  • 161
  • 1
  • 10
6
votes
2 answers

Could not register service com.apple.coreservices.lsuseractivity.simulatorsupport

My OS version is 10.9.5 and i have installed Xcode Version 6.0.1 (6A317) After installation on first time running Xcode it shows an error popup…
M.Shuaib Imran
  • 1,287
  • 16
  • 29
6
votes
1 answer

iOS main thread freezes for few seconds

I am seeing main thread freezing for a few seconds in my app only on iOS 8 (not on previous iOS versions). I am using @synchronised (self) at a number of places and also using RemoteIO setup. My question is how do I debug where exactly is the main…
Deepak Sharma
  • 5,577
  • 7
  • 55
  • 131
6
votes
1 answer

iOS8 Simulator user agent

While investigating why I have a bug on iOS8 webview I discovered that WebView's User-Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 10_9_5 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12A365 (2072607680) Whereas since I'm running for…
ElizaS
  • 850
  • 1
  • 9
  • 22
6
votes
1 answer

how to make switch case of enum case (swift)

I got this code from ObjC. I want to convert it to Swift, however, I am having difficulties doing so... ObjC code : navgivet.h typedef NS_ENUM(NSInteger, BB3Photo) { kirkenType = 10 , festenType = 20 , praestType = 30 }; @property (nonatomic,…
KennyVB
  • 745
  • 2
  • 9
  • 28
6
votes
0 answers

iOS8 UIAlertView blinks as it replaces white background with translucent one

I'm seeing a strange behavior of one of my UIAlertViews, which I have not seen before. When shown on iOS8.0.2 it pops into existence with a white background, then it gets translucency effect applied to it. Because I'm showing it over a black…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407