Questions tagged [ios8.1]

Refers to the first minor version of Apple's iOS 8 operating system used on the iPhone, iPad, iPod, and upcoming Apple Watch devices.

iOS 8.1 was released on the 20th October 2014.

Please see the documentation for the API changes between iOS 8.0 and iOS 8.1.

392 questions
7
votes
1 answer

Trying to Fix Crash: QuartzCore - CA::release_objects(X::List*)

We have been getting several crashes with our app and wanted to see if any of you might have some insight or had a similar experience. I have shared the crash log information below. Running iOS 8.1. We have ran it through instruments, static…
Jon
  • 71
  • 2
7
votes
2 answers

Web page not getting 100% height in Twitter app on iOS 8

OS: iOS 8.1.1 Browser: Safari Phone: iPhone 5C We have a web page which takes 100% height and width. We have locked down the viewport so that the user can not scroll the page vertically or horizontally. This page is shared on Twitter via Safari web…
7
votes
2 answers

How to enable developer mode on an iOS device without deploying an app to it using Xcode 6?

I'm holding off on installing Xcode 6.1 due to horrible reviews it gets. Without that version, I cannot build on iOS 8.1 devices. Yet I have a couple devices running iOS 8.1 that I need to enable developer mode on. For iOS 8.0 devices I can just…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
6
votes
2 answers

How to fix run-time error using UIAlertController

I have this code sitting in a UIVIewController (XCode 6.1, iOS 8.1.1): [UIAlertController showActionSheetInViewController:self withTitle:@"Test Action Sheet" message:NSLocalizedString(@"Are you sure…
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
6
votes
1 answer

UITableViewCell systemLayoutSizeFittingSize: returning 0 on iOS 7

I have a UITableViewCell with a UIImage fixed at the left top corner, and a label at its right: -(UITableViewCell*) adCellFromTableView:(UITableView*)tableView { //Build the text NSString* adText =…
Imotep
  • 2,006
  • 2
  • 25
  • 38
6
votes
4 answers

iOS 8.1 Can't install OTA Enterprise app - "Unable to download app"

I know that my question is similar to this iOS8 Enterprise app install issue However none of the answers helped me and I no one explained the crash log errors which I think hold the key for solving the real problem rather then trying to add another…
MB_iOSDeveloper
  • 4,178
  • 4
  • 24
  • 36
6
votes
1 answer

ios 8 Simulator , is it possible to send push notification to the simulator

When i run the app in ios 8 Simultor, it is showing alert do you want to allow push notifications and in settings i am able to see push notification enabled. So here can we send push notifications to the simulator? is it possible?
Anjaneyulu Battula
  • 1,910
  • 16
  • 33
6
votes
2 answers

Xcode 6.1 swift autocomplete and code sense broken

I am using Xcode Version 6.1 (6A1052d), it is working well except the only problem is auto complete and code sense is broken for swift projects. I can fix it by deleting derived data and the folder ~/Library/Caches/com.apple.dt.Xcode, which is…
gabbler
  • 13,626
  • 4
  • 32
  • 44
5
votes
2 answers

UIAccessibilityFocus protocol not working

I want to know when a user shifts the focus away from an accessibility element. I have tried overriding the accessibilityElementDidLoseFocus() and accessibilityElementDidBecomeFocused() methods but the methods doesn't seem to be called upon when I…
Cherie CH.
  • 171
  • 2
  • 8
5
votes
1 answer

Has anything changed with custom UITableView prototype cells constraints since iOS 8.3?

I have recently installed iOS 8.3 on my iPhone (I had iOS 8.1 before). I also updated the iOS SDK from iOS 8.1 to iOS 8.3. Since I updated it some custom prototype cells I had seem to be misplaced. Has anything changed from iOS 8.1 to iOS 8.3…
mm24
  • 9,280
  • 12
  • 75
  • 170
5
votes
1 answer

Animate changing UILabel number of lines

I have a UILabel, listDescription, which starts off with 5 lines showing. It is grabbing a large amount of text from a database, and the total number of lines is uncertain. I've implemented a "Show More" button that, when pressed, will expand it to…
MikeOShay
  • 522
  • 1
  • 7
  • 17
5
votes
2 answers

remoteControlReceivedWithEvent called on iOS 7.0 device but not iOS 8.0

I have an application that plays audio in the background. I am trying to fix a bug where the audio controls (play/pause), on the home screen (etc.), DO NOT work on iOS 8.0+ but work FINE on iOS 7.0. I have been digging through trying to figure out…
Caleb
  • 631
  • 6
  • 15
5
votes
1 answer

iOS 8 UIImagePickerController crashing on Zoom

I am using a regular UIImagePickerController to capture photo using the device camera. Following is the code I am using to create the UIImagePickerController, self.imagePickerController = [[UIImagePickerController alloc]…
Priyank
  • 51
  • 2
5
votes
3 answers

iOS AVPlayerViewController does not display playback controls

Any idea why I can get my AVPlayerViewController class to playback content, but can't get it to display playback controls? The player loads content as expected, but that's it. In my MediaPlayerViewController.m class, I have: #pragma mark - Player -…
R Brennan
  • 715
  • 1
  • 6
  • 13
5
votes
2 answers

Use of google Analytics SDK 3.09 needs to check Advertising Identifier(IDFA) in iTunes Connect?

I used Google Analytics SDK 3.09 in my app and wants to submit the app to appstore but am bit confused whether i need to check Advertising Identifier(IDFA) and its subsequent options for serving ads and more. Am not showing any ads in app just using…
Mak13
  • 330
  • 3
  • 14
1 2
3
26 27