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
0
votes
0 answers

iOS 8.1.1 iPhone 4s Bad access on delegate

I have an app that runs fine on iPhone 4 iOS 6 on all iPhone 5 series iOS 7+ and 8+ But iPhone 4S with iOS 8.1.1 crashes on: The delegate is @property (nonatomic , assign)id delegate; I tried to change it to weak but then I couldn't compile…
Coldsteel48
  • 3,482
  • 4
  • 26
  • 43
0
votes
1 answer

Error Domain=AVFoundationErrorDomain Code=-11821 "Cannot Decode" { NSLocalizedFailureReason=The media data could not be decoded. It may be damaged.}

I have developed my application to merge multiple videos, it works fine in iOS 7 but somehow it stops working in iOS 8 and it gives me an erroe while exporting video with AVVideoCompositon. Has anyone have any idea? I have also download the sample…
Bhadresh Mulsaniya
  • 2,610
  • 1
  • 12
  • 25
0
votes
0 answers

How to remove all navigation controllers in xcode 6.1.?

I am trying to remove all the navigation controllers in Xcode 6.1 and make a new UIWindow rootviewcontroller but it's not making a new one. It saying a previous controller already exists. It's work fine when I debug on xcode 5.1.1 but when I debug…
Danish Aziz
  • 144
  • 1
  • 8
0
votes
1 answer

OpenGL app's framerate has detiorated following an upgrade from iOS7.1 to iOS8.1

The app uses OpenGL ES2 and the GLKit framework, and the render/update loop provided by GLKitViewController. It used to run at a steady 60 fps on my iPad2 with iOS7.1, but once I updated the iPad2 to iOS8.1, the exact same code now fluctuates…
Amral
  • 1
  • 1
0
votes
2 answers

Issue when using multiple UIWindows that don't all support landscape mode

I have a very simple test iOS8 application that uses two UIWindows. The first window is only allowed to be displayed in portrait mode. When shown, the second window allows AllButUpsideDown. The button in the first window can be used to show the…
dchappelle
  • 1,580
  • 2
  • 13
  • 22
0
votes
2 answers

change left navigation button text

need help to change the text for the left navigation button in ios8 tried self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"My Text" style:UIBarButtonItemStylePlain target:nil action:nil]; and UIBarButtonItem…
dan
  • 729
  • 2
  • 16
  • 26
0
votes
1 answer

iPad assets in Universal app on iOS 8

I have an app that fully supports iPhone 6 plus. I just converted it into universal app and I observe that iPad is able to catch up all the assets in highest resolution - not sure if it is using @3x version or @2x version. I am wondering if the…
Deepak Sharma
  • 5,577
  • 7
  • 55
  • 131
0
votes
1 answer

How pick image on Albums - iOS testing KIF

Faced with this problem, when you select an image from the album comes not click on the image. At point pressure also occurs. What to do? used:[tester choosePhotoInAlbum:@"Moments" atRow:0 column:0]; As well as: [tester…
Azot
  • 141
  • 2
  • 7
0
votes
1 answer

Where did Apple reposition Cocoa Touch -> Objective-C class in Xcode 6?

I've clicked on File -> New File in Xcode 6, yet there is no "Cocoa Touch" reference, nor is there an Objective-C class I can find. Using the latest public version of Xcode 6 (6.1 IIRC) and the iOS 8.1 SDK.
George
  • 15
  • 1
  • 3
0
votes
2 answers

How to display UINavigationController with Back button

I have a UITableViewControoler, I display it using below code. It works fine, except i don't see the back button: UIStoryboard *storyboard = self.storyboard; UITableViewController *svc = [storyboard…
user836026
  • 10,608
  • 15
  • 73
  • 129
0
votes
1 answer

Xcode 6.1 / iOS8.1.1 / Swift - issue running code on device but works fine in all simulators

I have this very strange problem running my application on my iPhone 6 running iOS 8.1.1 and Xcode 6.1. My app runs fine on multiple devices in the simulator but when I run on a physical device (iPhone 6 or iPad 4) I get the problem. This code was…
Carl Alderton
  • 165
  • 1
  • 10
0
votes
2 answers

Disable UITableViewcontroller from rotating in Landscape (keep it Portrait)

I'm trying to keep UITableViewcontroller in Portrait orientation. Hence, I don't want to rotate to Landscape mode. I added below method. But it didn't help, notice I'm using iOS 8: -…
user836026
  • 10,608
  • 15
  • 73
  • 129
0
votes
1 answer

jquery animate doesn't work on ipad after sleep/resume

I'm seeing a strange behaviour on ipad with ios 8.1. I have an html/js app where I use jquery animation for transitions. I use both animation of div position as well as fade in/out effects. Here's part of a simple example: $in =…
Aleks G
  • 56,435
  • 29
  • 168
  • 265
0
votes
2 answers

MapView doesn't load Current User Location and doesn't center / zoom on it

I am trying to show my current Location on a MapView. I added a Button to my Storyboard. First problem: The Current Location is not shown on my screen. Second problem: The MapView doesn't zoom to the Location if I click on the Button. My…
Linus
  • 1
  • 2
0
votes
1 answer

iPad 2 Safari redirect not working after updating to latest ios (8.1.1)

We had a bug report regarding redirects in Safari not working which we couldn't reproduce. Today after updating to latest 8.1.1 version sure enough we're also stuck at the page where redirect should happen. I tried clearing cache and history of…
ConfusedAmish
  • 281
  • 5
  • 14