The version of iOS (formerly iPhone OS) was released by Apple on Oct 13, 2011. iOS 5 runs on iPhone 3GS, iPhone 4, iPhone 4S, iPod Touch 3rd and 4th generation, as well as all iPad models

learn more… | top users | synonyms (3)

36
votes
3answers
7k views

No exception stack trace in console under Xcode 4.2/iOS 5?

Under Xcode 3.x and iOS 4, if an unhandled exception is signaled in the emulator there is an exception stack trace (similar to Java's) produced in the console output. When I raise an unhandled ...
175
votes
4answers
27k views

Should IBOutlets be strong or weak under ARC?

I am developing exclusively for iOS 5 using ARC. Should IBOutlets to UIViews (and subclasses) be strong or weak? The following: @property (nonatomic, weak) IBOutlet UIButton *button; Would get rid ...
87
votes
7answers
31k views

Is it possible to target older iOS versions when using Xcode 4.2 and iOS 5 SDK?

I just recently downloaded the Xcode 4.2 with iOS 5 SDK package and I immediately noticed that I am unable to use my iPhone 3Gs with iOS 4.2.1 for debugging. I am only able to debug and test on my ...
43
votes
5answers
10k views

Unable to process application info.plist validation at this time due to a general error (1095)

I am creating a newsstand application. the application is ready, now i am trying to upload the app in apple store using Application Loader. While uploading the zip file its showing the error message ...
76
votes
7answers
37k views

How to build for armv6 and armv7 architectures with iOS 5

In iOS5 Apple drops the armv6 architecture from the ARCHS_STANDARD_32_BIT. In order to keep the support for iPhone3G I still want to compile in armv6 even in iOS5. Did anyone find a solution for ...
90
votes
7answers
22k views

Enabling auto layout in iOS 6 while remaining backwards compatible with iOS 5

What is the best way to take advantage of the new auto layout features of iOS 6 while still providing compability with older devices on earlier versions of iOS?
18
votes
5answers
8k views

Does iOS 5 support blur CoreImage fiters?

According to the documentation it should support blurring, note the "Available in iOS 5.0 and later": CIFilter Class Reference But according to the device, it doesn't: [CIFilter ...
97
votes
6answers
53k views

iOS 5 Best Practice (Release/retain?)

As a beginning iPhone programmer, what is the best practice for writing apps to be used either with iOS 5 or older versions? Specifically, should I continue using the release/retain of data, or should ...
126
votes
5answers
50k views

Some questions about Automatic Reference Counting in iOS5 SDK

I'm currently developing an app for iPad. The development started for iOS 4.2 and is now continuing (and I think will be completed) for iOS 4.3. I just read about ARC in iOS 5, and basically I ...
123
votes
4answers
27k views

Disable Automatic Reference Counting for Some Files

I have downloaded the iOS 5 SDK and found that ARC is a great feature of the new Apple compiler. For the time being, many third party frameworks don't support ARC. Could I use ARC for my new code and ...
69
votes
7answers
9k views

To ARC or not to ARC? What are the pros and cons?

I've yet to use ARC, since the majority of the code in the project I'm working on at the moment was written pre-iOS 5.0. I was just wondering, does the convenience of not retaining/releasing ...
55
votes
1answer
24k views

How does View Controller Containment work in iOS 5?

In WWDC 2011 Session 102, Apple introduced View Controller Containment, which is the ability to create custom view controller containers, analogous to UITabBarController, UINavigationController, and ...
4
votes
2answers
4k views

how to get the message when receiving the “kCTMessageReceivedNotification” notification on IOS5

With ios4.x I can use code below to get the message when get the "kCTMessageReceivedNotification" notification CTTelephonyCenterAddObserver( ct, NULL, callback,NULL,NULL, ...
0
votes
0answers
106 views

Sound stop playing [duplicate]

Possible Duplicate: iPhone - Sound overlapping with multiple button presses - (void)playOnce:(NSString *)aSound { NSString *path = [[NSBundle mainBundle] pathForResource:aSound ...
133
votes
14answers
54k views

Loaded nib but the view outlet was not set - new to InterfaceBuilder

I added a new nib file to my project, and all I want to do is have it display on the screen for now. However, when I click on the toolbar icon that is supposed to take me to the view that I created, ...
34
votes
7answers
31k views

Container View Controller Examples

Can anyone point me to any good examples of creating a Custom View Controller as a Container View Controller? The only documentation I can find is a couple of paragraphs in the UIViewController Class ...
28
votes
10answers
13k views

Mobile Safari bug on fixed positioned button after scrollTop programmatically changed…?

I'm just about done a webpage but there is one bug in Mobile Safari (iPhone and iPad iOS 5.0.1) with two buttons that are fixed to the upper and lower right corners.. The buttons are not faded in ...
17
votes
7answers
11k views

UINavigationBar's drawRect is not called in iOS 5.0

I've overrided(placed in category, or swizzled) UINavigationBar's drawRect to show custom background. In iOS 5 it's not working. What should I do?
31
votes
5answers
45k views

What is the iOS 5.0 user agent string?

What is the iOS 5.0 user agent string? Here is the iOS 4.0 user agent: What is the iPhone 4 user-agent?
19
votes
2answers
6k views

Detect Silent mode in iOS5?

I have used this method in the past to detect if the silent switch is enabled: - (BOOL)silenced { #if TARGET_IPHONE_SIMULATOR // return NO in simulator. Code causes crashes for some reason. ...
3
votes
2answers
2k views

Recording to AAC from RemoteIO: data is getting written but file unplayable

I have been trying to record from a RemoteIO unit directly to AAC in a renderCallback in iOS 5 on an iPad 2. I have seen conflicting info saying it is not possible & that it is possible (in the ...
14
votes
5answers
12k views

Using Multiple Storyboards in iOS

My objective is to create a tabbed application, then the view for each of the tabs are constructed in separate storyboards. ** I can't upload image here so i put them into box.com ** My ...
13
votes
4answers
530 views

Declaration/definition of variables locations in ObjectiveC?

Ever since starting to work on iOS apps and objective C I've been really puzzled by the different locations where one could be declaring and defining variables. On one hand we have the traditional C ...
35
votes
6answers
9k views

iOS 5 does not allow to store downloaded data in Documents directory?

I have made an application for my client by keeping target iOS as 4. But since the application still not submitted to Apple store, my client is planning to upgrade it for iOS 5.0. For this I read ...
14
votes
1answer
7k views

Why is accelerometer:didAccelerate: deprecated in IOS5?

The release of IOS5 has this core function listed as deprecated. Does anyone know what will replace it? I'm assuming that apple is not going to remove the accelerometer from iPhone 5.
55
votes
10answers
24k views

How to enable iOS 5 Safari Reader on my website?

How does the Reader function of Mobile Safari in iOS 5 work? How do I enable it on my site. How do I tell it what content on my page is an article to trigger this function?
19
votes
9answers
7k views

iOS 5 fixed positioning and virtual keyboard

I have a mobile website which has a div pinned to the bottom of the screen via position:fixed. All works fine in iOS 5 (I'm testing on an iPod Touch) until I'm on a page with a form. When I tap into ...
38
votes
16answers
12k views

Xcode compiles my App, but can't run it in the simulator

when i compile my app, Xcode just says "Attaching to Projectname..." and gets stuck there. The debugger just prints this out: error: failed to attach to process ID 0 I tried to clean & build ...
21
votes
2answers
7k views

Facebook SDK 3.1 for iOS - runs on iOS6, but crashes on iOS 5.x

We've just updated our Facebook SDK for iOS to 3.1. Facebook SDK 3.0.8 didn't run on iOS6, now that we have upgraded to 3.1, it runs on iOS 6, but crashes under iOS 5.x. because of ...
26
votes
2answers
12k views

ARC forbids Objective-C objects in structs or unions despite marking the file -fno-objc-arc

ARC forbids Objective-C objects in structs or unions despite marking the file -fno-objc-arc? Why is this so? I had the assumption that if you mark it -fno-objc-arc you don't have this restriction.
4
votes
2answers
7k views

iOS Background downloads when the app is not active

When my app is initially downloaded, the user needs to download a large file something like 200MB (upper limit). I definitely cant expect the use to keep the app open till this file is donwloaded. So ...
6
votes
2answers
1k views

Core Data managed object does not see related objects until restart Simulator

Got a Stumper (at least for me). I am using iOS 5.0 w/ ARC, and Core Data inside of UIManagedDocument. I have an Entity (Group) with a to-many relationship (called people) to entity (Person). When ...
17
votes
1answer
2k views

Should I refer to self.property in the init method with ARC?

A quick question. if I have a property and an ivar declared with the same name: in the .h file: (Reminder*)reminder; @property(nonatomic,strong)(Reminder*)reminder; in the .m file, should I use ...
7
votes
4answers
4k views

Is there a way to downgrade from iOS 5.1 to iOS 5.0? [closed]

I accidentally upgraded my iPhone 4 on 5.1 and now I can't test on Xcode 4.2 on my snow leopard. I don't want to upgrade to lion to download xcode 4.3 because I heart many people that said it slowed ...
5
votes
4answers
4k views

Javascript IOS5 “JavaScript execution exceeded timeout”

the following test is basically ~1000 math operations and works fine on most PC and android browsers, and iOS 4.x. On iOS5 safari (iPhone 4 and iPad 2) we get "JavaScript: Error undefined JavaScript ...
7
votes
2answers
6k views

Singleton in iOS 5?

Hi I had an implementation previous versions of iOS for a singleton as follows: .h file @interface CartSingleton : NSObject { } +(CartSingleton *) getSingleton; .m file @implementation ...
6
votes
2answers
466 views

Can we invite people to use our app or send friend request from the app via Facebook in iOS 5?

Consider X and Y are friends in Facebook and they both have installed an app in their respective phones. But they are not friends with each other in that app's friend list. So now, can X send a friend ...
1
vote
1answer
1k views

Trying to pass data between viewControllers

I have a sequence of 4 viewControllers inside a NavigationController, each grabs a few textFields of input from the user which are stored in a NSMutableDictionary. Each of the VC's set's itself up as ...
0
votes
2answers
382 views

How to clear/reset all CoreData in one-to-many realationship

I am using coreData, with one -to-many realtionship, I have a folder entity and a file entity. A folder can have many files and so on. So, I have two ViewControllers, FolderViewController and ...
46
votes
1answer
4k views

iMessage Style Receding Keyboard in an iOS App

I've been wondering if it is possible to replicate the behavior of Apple's iOS5 keyboard in the messages app, without using any private API calls. When you scroll down past the keyboard in the ...
39
votes
3answers
12k views

iOS 5: Curious about UIAppearance

On the tech talk 2011 I saw a speech about the new UIAppearance protocol. There is not a lot of documentation out there yet. I will shortly summarize what I remember to explain where my question is ...
87
votes
19answers
28k views

iOS5 Storyboard error: Storyboards are unavailable on iOS 4.3 and prior

I've built a small app using storyboards and it ran great. Just before final testing I decided to try it out to see if it runs on iOS 4.3. I clicked on the gray 5.0 in the project settings and ...
25
votes
6answers
29k views

CSS3 property webkit-overflow-scrolling:touch ERROR

iOS 5 released web designers a new property -webkit-overflow-scrolling:touch that uses the iOS devices hardware accelerator to provide native scrolling for a scrollable div. When implemented on our ...
72
votes
7answers
16k views

AVAudioRecorder is broken on iOS 5

I use AVAudioRecorder to record, it worked fine on iOS 4 devices, but yesterday we found out recording is broken on iOS5. Using the iPhone 5 simulator I got following error: 2011-08-02 ...
55
votes
4answers
14k views

iOS5 NSURLConnection methods deprecated

I'm trying to write an iOS app that makes asynchronous requests to get data over the network. It seems like a lot of people recommend using NSURLConnection for this, and frequently mention the ...
15
votes
2answers
4k views

Core Data's NSPrivateQueueConcurrencyType and sharing objects between threads

iOS 5 introduced a new way to quickly fetch data on a background thread by initializing the MOC using NSPrivateQueueConcurrencyType and then doing the fetch in performBlock: One of the rules of thumb ...
14
votes
5answers
10k views

Is it possible to Turn page programmatically in UIPageViewController?

Is it possible to Turn page programmatically in UIPageViewController , it possible ? thank, for advise.
14
votes
1answer
3k views

How Nike+ GPS on iPhone receives accelerometer updates in the background?

The new Nike+ GPS application for iOS 5 is able to process accelerometer events in the background (thus allowing for indoor treadmill tracking). How is this possible? When I put my application in ...
24
votes
2answers
13k views

ios5 ARC what is the compiler flag to exclude a file from ARC?

Can anyone help me remember what was the flag to tell the XCode to not use ARC for some file? I had several files in my project marked as such... Until I added another file and decided to convert that ...
17
votes
4answers
16k views

Xcode/iOS5: Move UIView up, when keyboard appears

I'd like to move up my view, when the keyboard is shown. The keyboard (height: 216) should push up my view with it's height. Is this possible with a simple code?

1 2 3 4 5 25