iOS
RestKit -Problems with object mapping of "advanced data object"?
Im having a problem with the mapping of the: latest_update field in the JSON data. Recieving this JS开发者_运维技巧ON data from my webservice:[详细]
2023-04-13 08:19 分类:问答Assigning ViewController to a delegate, Is it good?
I am newbie in iOS programming, Recently I came across a tutorial where author assigned a ViewController to a textField delegate. Is it good to do this? As Xcode is giving me warning.[详细]
2023-04-13 08:13 分类:问答Can viewDidLoad be called mutiple times?
The documentation says \"This method is called after the view controller has loaded its associated views into memory.\"My questions are:[详细]
2023-04-13 08:05 分类:问答iOS Kiosk App - In-App Email - Clear past / autocomplete email addresses
I am using the iOS MFMailComposeView method of sending emails - its all working fine, except that as a Kiosk app, I don\'t want each new user to see the auto complete list of previous email addresses[详细]
2023-04-13 08:02 分类:问答iPhone - Debugging a crash when you can't find it
A crash was reported in my app, Crash Pad Drums. It cites a problem with certain cymbal sounds causing a crash on an iPod 4. One problem. I can\'t find the crash on my iPod touch 2, and I don\'t have[详细]
2023-04-13 07:59 分类:问答Crash happens on iOS 5
So my app was sent in and rejected. They said it crashed on iOS 5. I\'m still pretty new to iPhone programming and I\'m having difficulty reading the crash logs they sent. The said this along with the[详细]
2023-04-13 07:56 分类:问答iOS: Error adding external framework to my project
I\'m trying to use the Unrar4iOS framework in my project. I built the Unrar4iOS project, copied the framework\'s folder to my project and ad开发者_运维问答ded it to the project\'s existing frameworks.[详细]
2023-04-13 07:52 分类:问答UITableViewController -- event when view changes size?
The UITableViewController changes it\'s tableview\'s when the keyboard appears. I\'d like the cells to stay where the are; the default behavior is that the view is simply shrunk and the top cell stays[详细]
2023-04-13 07:48 分类:问答Click events in UINavigationBar overridden by the gesture recognizer
The question in the first place was: When you have a tableView how to implement that the user can tap the NavigationBar to scroll all the way to the top.[详细]
2023-04-13 07:42 分类:问答iOS: How to Have a Certain Action Occur for a Specific Time Duration?
In my app I\'m using AVAudioPlayer objects to hold the mp3 files. I have several occasions where I wish to lower the sound level of the files while they are being played.[详细]
2023-04-13 07:41 分类:问答