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
2 answers

iOS8 UIPrintPageRenderer hangs

I'm using BNHtmlPdfKit to render Html to PDF. It worked great but in iOS8 it just hangs on [renderer drawPageAtIndex:i inRect:renderer.paperRect]; To be honest I don't even know how to debug it - theres no error messages and you can keep pressing…
Chris
  • 2,727
  • 2
  • 27
  • 28
6
votes
2 answers

Present a UIAlertController from within a Popover in iOS8

I set a UITableViewController to be displayed in a popover on iPad : When I click on a row, I display an alert to warn the user of a potential destructive action. I used the new UIAlertController, and here is what happens: The popover becomes very…
Frederic Adda
  • 5,905
  • 4
  • 56
  • 71
6
votes
2 answers

xcode 6 zoomToRect animated issue

I got a photo gallery app an have an issue getting ready for ios 8. The images are displayed in a UIPageViewController and every page has a view with a custom UIScrollView class. It's just like Apples PhotoScroller Sample…
Kevin Flachsmann
  • 466
  • 1
  • 4
  • 17
6
votes
3 answers

Odd error with ios tabbar touch and touch gestures

I am using a xib based view, and creating the view controllers for the tabbar programatically. I am also using ios 7 and I keep getting this message when I try to perform gestures or change tabs, of course the tabs don't change views .... Anyone…
George Host
  • 980
  • 1
  • 12
  • 26
6
votes
3 answers

iOS 8: Remove sensitive information from views before moving to the background

In iOS 7 my app presented an authentication screen when the app went into the background (by subscribing to UIApplicationDidEnterBackgroundNotification). The authentication controller removed sensitive information so the background screenshot did…
datinc
  • 3,404
  • 3
  • 24
  • 33
6
votes
0 answers

Today Extension for iOS 8 issue when widgetPerformUpdateWithCompletionHandler includes async body

I've working with the new Today Extension available on iOS 8. Debugging seems to be very difficult on the device with inconsistent results so I've been using the simulator most of the time. The extension I'm building is a very simple one that just…
user361526
  • 3,333
  • 5
  • 25
  • 36
6
votes
1 answer

UIWebView Embed video callbacks are not working in iOS8?

In my application I am loading some webpages embedded with Photos and Videos. Also I am using the following notifications to manage the player, [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(embeddedVideoStarted:)…
christijk
  • 1,753
  • 18
  • 26
6
votes
6 answers

How can you download WatchKit?

Does anyone know when WatchKit will be available for download for iOS developers? Will Xcode 6 include an emulator to allow for a Apple Watch app to be created/tested on a Mac?
Bryan C
  • 1,594
  • 4
  • 16
  • 30
6
votes
4 answers

Error creating LLDB target at path, Xcode 6 GM seed

I'm getting this error whenever I build in Xcode 6 GM Seed. It seems to be making my app insanely slow. What exactly does this mean and how do I fix it? I had the following error: Warning: Error creating LLDB target at path '.....'- using an empty …
Mutawe
  • 6,464
  • 3
  • 47
  • 90
6
votes
3 answers

iOS8 Beta Ad-Hoc App Download (itms-services)

I have an ipa built using my Wildcard profile. I am hosting the ipa, and my testers are downloading it on our devices. For iOS7+ devices it is working fine. I have installed the iOS8 Beta on one of my devices. If I install my app from the app store…
Southy
  • 93
  • 1
  • 1
  • 7
6
votes
4 answers

Xcode6: Is there any easy way to copy constrains between size classes?

I setup constrains in wAny hAny size class, and it worked on iPhone & iPad simulators. Then I switched to wAny hCompact size class and made some changes It looks good in iPhone landscape mode, but change nothing in iPad, because iPad is wRegular…
Ken Zhang
  • 1,454
  • 2
  • 13
  • 27
6
votes
1 answer

UITextField copyable but not editable Swift

I have a UITextField in my Swift iOS app. How do I make it copyable, but not editable? Here's what I've tried: Setting "User Interaction Enabled" to on. The field is copyable, but if one touches it, a keyboard pops up. Setting "User Interaction…
rocket101
  • 7,369
  • 11
  • 45
  • 64
6
votes
3 answers

Rotation issue with ios 8 for view which are added to windows

I have created category for view rotation, And added views on controllers view as well as on window(for showing custom indicator). My code is working fine up to 7.X with xCode 5.X as well as xCode6-beta6. But is not proper with IOS 8 beta. Its seems…
Kanjariya-IOS
  • 652
  • 1
  • 5
  • 17
6
votes
1 answer

viewWillTransitionToSize:withTransitionCoordinator: is not called

In my ios8 extension ActionViewController (subclass of UIViewController) viewWillTransitionToSize:withTransitionCoordinator: is not called when the device is rotated. Should it not be ? Do I need to do something ? I'm using Xcode 6 beta 6 (6A280e)…
Neil Coxhead
  • 575
  • 1
  • 4
  • 10
6
votes
2 answers

in iOS 8 UITableView heightForHeaderInSection is not optional

I've just noticed that in iOS 8, a tableview which is defined programmatically must define heightForHeaderInSection in addition of viewForHeaderInSection, otherwise the default height will be 0 and the sections headers won't appear. While in iOS 7…
Omaty
  • 425
  • 5
  • 14
1 2 3
99
100