Top "Ios4" questions

The 2010-2011 version of the iPhone/iPad/iPod Touch/Apple TV operating system family, made by Apple.

What programming languages can one use to develop iPhone, iPod Touch and iPad (iOS) applications?

What programming languages can one use to develop iPhone, iPod Touch and iPad (iOS) applications? Also are there plans in …

iphone ipad ios4 ios
How do you use NSAttributedString?

Multiple colours in an NSString or NSMutableStrings are not possible. So I've heard a little about the NSAttributedString which was …

ios ios4 nsattributedstring textcolor
How can we programmatically detect which iOS version is device running on?

I want to check if the user is running the app on iOS less than 5.0 and display a label in …

iphone objective-c ios cocoa-touch ios4
How can I use NSError in my iPhone App?

I am working on catching errors in my app, and I am looking into using NSError. I am slightly confused …

iphone ios objective-c ios4 nserror
Convert a string into an int

I'm having trouble converting a string into an integer. I googled it but all I can find is how to …

ios objective-c xcode ios4
How to parse the Manifest.mbdb file in an iOS 4.0 iTunes Backup

In iOS 4.0 Apple has redesigned the backup process. iTunes used to store a list of filenames associated with backup files …

iphone ios4 backup extract
How to keep an iPhone app running on background fully operational

first of all, I know there is only support for voip, audio and location apps to run in background and …

iphone objective-c ios4 background-process keep-alive
Xcode Objective-C | iOS: delay function / NSTimer help?

So I'm developing my first iOS application and I need help.. Simple program for now, I have about 9 buttons and …

objective-c xcode ios4 timer delay
Unbalanced calls to begin/end appearance transitions for <UITabBarController: 0x197870>

I read SO about another user encountering similar error, but this error is in different case. I received this message …

ios ios4 uitabbarcontroller
How to compress/resize image on iOS before uploading to a server?

I'm currently uploading an image to a server using Imgur on iOS with the following code: NSData* imageData = UIImagePNGRepresentation(image); …

ios file-upload ios4 uiimage nsdata