What I\'m trying to do: In a simple UITableView, I\'ve got a form with both text and dates/times that can be edited. I\'m using UITextFields in the date/time cells too, so that the inputView property
I have a little problem with new iPhone notification center. I have a fullscreen game with my custom开发者_高级运维 top menu, which works very similar to the new notification center. Unfortunately, ev
I\'m trying to give a uniform change to all the numbers in my address book, I want to add my country code (+46) to all number starting with 0 and thought I\'d make an app for this. The question is how
I just upgraded to Xcode 4.2 and iOS SDK 5 earlier today. But everything seems different with new compilers.
I have an app in the appstore which works fine on any iOS < 5.0. But in iOS5 my app won\'t launch, the error I get is:
I\'ve archived an NSDictionary on iOS 4 using an NSKeyedArchiver, but unarchiving on iOS 5 using [NSKeyedUnarchiver unarchiveObjectWithData: data]
I saw in other posts that it is O.K to store small image files (less then 50 kb) as a bin开发者_JS百科ary data inside core data. is it true for sound files that are less then 20 kb?
I need to extract a NSDictionary from a NSMutableArray, and extract an object from that dictionary. The code should be quite easy, but I keep having a SIGABRT error on the NSDictionary declaration.
MonoTouch.UIKit.UIKeyboard.BoundsFromNotification(MonoTouch.Foundation.NSNotificaton)] was deprecated in iOS 3.2. Is there a sim开发者_如何学Cple replacement method/snippet I can use?New methods wer
I bind the UITableview with NSMutableArray DataSource.I want to get selected NSMutableArray object when user select on tableview.I got the object but I can\'t access object properties and application