Questions tagged [ios5]

iOS 5 is Apple's fifth mobile operating system, released on Oct 13, 2011. It runs on iPhone 3GS, iPhone 4, iPhone 4S, iPod Touch 3rd and 4th generation, as well as all iPad models. It was succeeded by iOS 6.

iOS 5 is the fifth version of the iOS mobile operating system designed by Apple Inc. It was released by Apple on Oct 12, 2011, and runs on

  • iPhone: iPhone 3GS, iPhone 4 and iPhone 4S
  • iPad: iPad, iPad 2 and iPad 3rd generation (with Version 5.1)
  • iPod: 3rd and 4th generation

iOS 5 Software Update v1.0

This update provided over 200 features like Notification Center, iMessage, Newsstand, Reminders, on-device setup and many more (see the Wikipedia iOS History article for more information).

It was preceded by (whose final version was 4.3.5) and succeeded by , which was released on September 19, 2012.

See also for further information.

Related

11775 questions
4
votes
3 answers

Handle multiple meshes in Open GL ES 2.0 (iOS GLKit)?

I've managed to create a single mesh in Open GL ES 2.0 using iOS's GLKit. What I can't figure out is how to create a second mesh that looks identical to the first except with a different position. I think what would be most helpful would be if…
ArtOfWarfare
  • 20,617
  • 19
  • 137
  • 193
4
votes
3 answers

AU Preset (.aupreset) resource path issue in iOS LoadPresetDemo sample code

I've been working with the iOS LoadPresetDemo sample code - if loads AUPreset files to configure different types of samplers (pretty cool) - and have run into a question/issue. The demo code runs fine but when I try to reuse the .aupreset files in…
spring
  • 18,009
  • 15
  • 80
  • 160
4
votes
1 answer

Custom UITableViewCell, UITableView and allowsMultipleSelectionDuringEditing

I have a problem using iOS 5 new functionality to select multiple cells during editing mode. The application structure is the following: -> UIViewController ---> UITableView ----> CustomUITableViewCell where UIViewController is both the delegate…
Lorenzo B
  • 33,216
  • 24
  • 116
  • 190
4
votes
1 answer

Using ARC and the -fno-objc-arc flags, a better way?

I'm new to the iOS dev scene, and I've chosen to build my first app for the iPhone using the latest iOS version. It supports ARC, and for a newbie, not to have to deal with retain, release, autorelease and similar concerns is mostly appreciated.…
4
votes
4 answers

Launching an app for iOS 5 and beyond only, a mistake?

I'm new to apple's development scene and have been working on an app for the mass that has about 30 different view controllers. After doing my crash course on Obj-C and iOS development, I've decided to learn from the newest down, that is, iOS 5 API…
4
votes
3 answers

Is there any way to remove the small bias along the gravity axis in the accelerometer data

Similar to this question: CMDeviceMotion userAcceleration drift I'm using CMDeviceMotion.userAcceleration in iOS5 SDK to plot its x, y, z components over time. Like the above post, I see z acceleration component shows always small positive values…
atisman
  • 1,187
  • 1
  • 11
  • 16
4
votes
2 answers

Use ChildViewControllers in UIScrollview?

It is possible that use childViewControllers in UIScrollview? I have known that in ios5 we can use childViewControllers to control several views in screen. Can i use childViewControllers to control each view in uiscrollview? I want an effect like…
lancy
  • 857
  • 6
  • 22
4
votes
2 answers

CoreData and NSInvalidArgumentException unrecognized selector sent to instance

I keep running into this exception when trying to set my property "phoneNumber": * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '- [SearchResult setPhoneNumber:]: unrecognized selector sent to instance…
mservidio
  • 12,817
  • 9
  • 58
  • 84
4
votes
2 answers

Does startMonitoringForRegion actually work?

I've been trying to use startMonitoringForRegion for while, but experiencing problems to capture enter/exit events. When I launch the app on simulator and moved to the location I specified, I get 1 enter event, but enter events never triggered…
kengo
  • 601
  • 8
  • 19
4
votes
0 answers

In app link to Settings -> 'Location Services' in iOS 5

There is a view in my app dependent on location services. If the location manager delegate is alerted that the user has denied location services for my app, then I want this view to display a short message (along the lines of "Location services need…
Jon Cox
  • 10,622
  • 22
  • 78
  • 123
4
votes
2 answers

NSFetchedResultsController ignores fetchLimit after performFetch

I have a tabbed application, that has 2 tabs with 2 UITableView. I also have 2 NSFetchedResultsController type objects, but both of them are on the same entity with different ordering and different fetch limit. When I download more objects from the…
4
votes
2 answers

iOS 5.0 AVAudioPlayer Error loading audio clip: The operation couldn’t be completed. (OSStatus error -50.)

So I'm trying to test out the audio player on the iPhone, and I went off Troy Brant's iOS book. I have the Core Audio, Core Foundation, AudioToolbox, and AVFoundation frameworks added to my project. The error message I get is in the subject field. I…
neptune
  • 63
  • 5
4
votes
1 answer

Seamlessly flip from one modal view to another, without showing a solid colour background

I have the following UI for an iPad app: When I click on the Settings button, I want the dialog to horizontally flip to show the settings dialog. I have this working fine. But, there is a background colour shown when the dailog flips over. As you…
Diego Barros
  • 2,071
  • 2
  • 33
  • 45
4
votes
3 answers

iPhone iOS 5.0 OpenGl ES 2.0

Seriously i've been looking for weeks, even months for some serious help with OpenGl on the iPhone with XCode 4.2, I need a good tutorial on how to begin with the 'OpenGL Game' template with the new XCode 4.2 and then progress from there to actually…
bobjamin
  • 265
  • 1
  • 2
  • 11
4
votes
3 answers

monitoredRegions empty even though startMonitoringForRegion:desiredAccuracy: is called

I am developing a iPhone app running on iOS5, and am unable to set up geofences when I call the startMonitoringForRegion:desiredAccuracy: method on click of a button. It works fine in the simulator when I print out the regions in monitoredRegions,…
Llama.new
  • 357
  • 8
  • 23