Top "Ios4" questions

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

Why rename synthesized properties in iOS with leading underscores?

Possible Duplicate: How does an underscore in front of a variable in a cocoa objective-c class work? When creating a …

objective-c ios4 coding-style
How to Change App name in iTunes Connect

Is there anyway to change the app name in iTunes connect.Previously we followed the the below procedure to change …

ios5 ios4 app-store-connect itunes-store itunes-sdk
How to print or log the value of CGSize object?

I was trying to log (print) the value of CGSize object like this: CGSize sizeOfTab = CGSizeMake(self.frame.size.width/…

iphone objective-c ios4
Cancel UILocalNotification

I have a problem with my UILocalNotification. I am scheduling the notification with my method. - (void) sendNewNoteLocalReminder:(NSDate *)date …

iphone cocoa-touch notifications ios4
360° panorama libraries for ios

Are there any libraries or classes out there to show a 360 degree panorama on the iPhone? I found this here: …

iphone objective-c cocoa-touch ios4 panoramas
Offline iOS web app: loads my manifest, but doesn't work offline

I'm writing a web app to be used offline on iOS. I've created a manifest, am serving it up as …

html ios ios4 mobile-safari offline
How to remove a UIWindow?

I thought it was easy as [myWindow resignKeyWindow] and [self.window makeKeyAndVisible] but I guess not… Would you guys know …

iphone cocoa-touch ios ios4 uiwindow
Bundle Display Name Max Length

What is the maximum length of an iPhone App name (bundle display name, shown below the app on the iPhone …

iphone objective-c cocoa-touch ios4 iphone-sdk-3.0
Deleting all the files in the iPhone sandbox (documents folder)?

Is there an easy way to delete all the files(images) I saved in the documents folder of the app?

iphone ios ios4
Programming iOS: clarifications about Root View Controller

Through this question I would like to know if I understand well the notion of Root View Controller. In iOS …

objective-c cocoa-touch ios ios4 rootview