xcode
Limits to storing data on the iPhone via an app
For the first release of my app I want to store all information locally using plists. What would be the limit to the amount of memory my app could use up on the phone?[详细]
2023-04-13 06:19 分类:问答How can I use OAuth in my iOS app?
I want to use OAuth (documentation from http://fdp.frogcommunity.com/questions/view/171/introducing-oauth) in my app, any ideas/online tutorials listin开发者_如何学编程g how to do it using the code li[详细]
2023-04-13 06:15 分类:问答setAnimationDidStopSelector @selector not running method
I have used this previously in my app, and having looked over everything I cannot find the difference, but for some reason when I run:[详细]
2023-04-13 05:57 分类:问答Using hypertext in xCode iOS
I would like to make a set of help pages for an iOS app, and it seems logical to have a hypertext table of contents.[详细]
2023-04-13 05:56 分类:问答How to restore the Navigation Bar height
I accidentally increase the size of UINavigation controller. But i am unable to found a way to change its height back to the normal height from size inspector or开发者_Python百科 interface builder.[详细]
2023-04-13 05:52 分类:问答Xcode and ARC debugging issue (skipping dealloc)
I have spent some time debugging a weird issue with ARC and custom dealloc functions. I\'m subclassing NSOperation class[详细]
2023-04-13 05:51 分类:问答Xcode crashing on startup "parentPath must be nil but it is not"
I\'m having XCode (latest version) crash whenever I start up - can\'t get anything done until I resolve this - any ideas?[详细]
2023-04-13 05:22 分类:问答XCode inconsistent results across several computers
So a project group member and I have been working on our parts separately. I\'ve been working on half of the views in the app and he has worked on the other half. I sent him my half to combine with hi[详细]
2023-04-13 05:09 分类:问答iOS: EXC_BAD_ACCESS caused by running timer in NSThread?
I have been having some crashes in my app.When checking the logs and using atos, it is telling me exactly where I get the crash, which is where I tell my NSRunLoop to run:[详细]
2023-04-13 05:05 分类:问答Linker/Parser error
I\'m trying to learn Objective-C and my program (creating a calculator) gets linker or parser error that I\'m not able to figure out. I don\'t know what can cause this problem. I\'m using Xcode 4.1[详细]
2023-04-13 05:02 分类:问答