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

xcode 6 with iPhone5(8.0) simulator - when i run the project Showing Clang error

Previously i worked on one project that is executing fine in Xcode 5.1.1 version. When i run the same code in Xcode 6 with iPhone5(8.0) simulator it is showing clang error. Here i am adding that error. please help me out. Ld…
Anjaneyulu Battula
  • 1,910
  • 16
  • 33
6
votes
3 answers

Adding a UIDatePicker as an inputView to a textField in iOS 8

I have an UIDatePicker in my storyboard view connected to an IBOutlet in the header file. In the implementation file I set some properties to the picker and then assign it to my textFields: [self.txtEndDate setInputView:self.picker]; This was…
Aleph72
  • 877
  • 1
  • 13
  • 40
6
votes
2 answers

Force portrait mode when dismissing a presented view controller

I have a presented view-controller that is supporting all interface orientations. However, the presenting view controller only should support portrait mode. So far so good. However, in iOS8, when I dismiss the view controller WHILE in landscape…
6
votes
4 answers

iOS 8 [UIApplication sharedApplication].scheduledLocalNotifications empty

i'm trying to update my app to iOS 8. In a function i schedule a local notification (i've already checked that firedate and all other parts of the notification are right) in this way: [[UIApplication sharedApplication]…
6
votes
1 answer

Move my toolbar up or down based on keyboard and the predictive text view iOS 8

I am developing a chat application which does have a toolbar(with UITextView and other buttons) at the bottom of chat screen same as whatsapp which moves up and down depending on keyboard visibility, which was working fine till iOS 7. I have used…
Pankaj Wadhwa
  • 3,073
  • 3
  • 28
  • 37
6
votes
1 answer

Missing context for method declaration in IOS 8 for MWPhotoBrowser

I am having problems with MWPhoto library after moving to IOS 8 and XCODE 6. The error occurs in PSTCollectionView class. I am wondering why it returns me Missing context for method declaration error. Below you can find the code and image for…
birdcage
  • 2,638
  • 4
  • 35
  • 58
6
votes
2 answers

Application is not recognized by Game Center after building with Xcode 6.0.1

I was building my game app on Xcode 5.1. The Game Center code is already in place and I've already configured my app through iTunes Connect (such as creating the app entry, setting the bundle identifier, setting up the game center leaderboards). I…
aresz
  • 2,589
  • 6
  • 34
  • 51
6
votes
1 answer

iOS Today Extension - Share core data between

I have an app which uses core data and i'm trying to add a today extension to it which also access the data I have it set up so far and its able to access the data, but i'm having trouble with the classes for the entities. I get the following…
Ceri Turner
  • 830
  • 2
  • 12
  • 36
6
votes
2 answers

iOS8 different behaviour: Autolayout with view.transform = CGAffineTransformMakeScale(0.5, 0.5), view is not positioned correctly

I am using auto layout, I want to make a smaller UISwitch and then use view.transform = CGAffineTransformMakeScale(0.5, 0.5) to realize it. There is another view above this switch. This switch's leading should be aligned to this view's leading edge,…
Honghao Z
  • 1,419
  • 22
  • 29
6
votes
2 answers

Xcode 6 simulator build missing symbol for _clock$UNIX2003

I'm building a Unity project for an iOS8 simulator. Moving this for Xcode 6 GM for the simulator has resulted in this linker error. Not sure if I'm missing something in the build or something is broken. Any suggestions? The full error is: Undefined…
Culzean
  • 349
  • 3
  • 13
6
votes
2 answers

Is it possible to change the view size of iOS 8 Action Extension?

I'm developing an action extension for iOS 8 at the moment. I want the view to be full screen, and it is on the iPhones, but not on the iPad, on the iPad my extension is presented in a small view in the middle. Is it possible to make it so that it's…
Joseph Williamson
  • 771
  • 1
  • 6
  • 18
6
votes
2 answers

Disable iOS 8 QuickType in HTML input field

Is it somehow possible to force iOS 8 to not display the QuickType predictions? With a data attribute, for instance? I already tried autocomplete="off", but without success. In some cases, it simply doesn't make much sense to display those kind of…
m4r73n
  • 756
  • 13
  • 21
6
votes
2 answers

Sharing video to Facebook on iOS 8

I have some sharing code that works fine for iOS 7, but as of iOS 8, no longer works. @IBAction func onShareButton(sender: UIButton) { let movie = NSBundle.mainBundle().URLForResource("IMG_0564", withExtension: "mp4")! let items = [movie] …
David Berry
  • 40,941
  • 12
  • 84
  • 95
6
votes
1 answer

Shared NSURLCache and UIWebView on iOS 8

In iOS 7, I was able to set a shared URL cache to a subclass of NSURLCache and any UIWebViews I created would automatically use that shared cache for each request. // Set the URL cache and leave it set permanently ExampleURLCache *cache =…
Jon Willis
  • 6,993
  • 4
  • 43
  • 51
6
votes
3 answers

SDWebImage setImageWithURL iOS8 crash

I've been using SDWebImage successfully for long. But with iOS8 its crashing when we set image i.e. [ myImageView setImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@",@"url"]] placeholderImage:[UIImage…
Mann
  • 5,477
  • 6
  • 45
  • 57