Search Results

14
votes

What are those little Xcode tips & tricks you wish you knew about 2 years ago?

Navigate among open files back and forth: ⌥⌘← ⌥⌘→ …
1
vote

Does the iPhone timeout if a function takes too long to execute?

iPhone imposes a timeout for application launch. So if you perform an extensive processing in applicationDidFinishLaunching: for instance, the application will be terminated and a crash log will be …