I have an iPad app with quite a bit of text data in Core Data (approx 75MB). New data is imported weekly. The import happens on a secondary thread with its own NSManagedObjectContext and even its own
I have the nex开发者_Go百科t problem with the split view controller: I have one view controller that add other view with an animation from the left (under the root view). All works fine but when I pre
I am working on UISplitView Controller. I have used a SplitView controller template of Xcode. Actually i wanted to implement a scenraio in which when i click on table view cell it should add a New Roo
I have an iPad application (a tuner) that uses Core Audio Audio Units. It reads the signal from the mic and processes it. It does NOT echo the sound to the speaker.
I\'m currently working on a iPad project where I need the functionality to let the user write on a piece of paper with a stylus.
开发者_JAVA百科After starting work for a new company, I\'ve been charged with building a new site for them. This is what I\'ve got so far:
On clicking device close button.Which method will call. I launch the application and navig开发者_如何学Goated to other view controller.i displaying
I create an NSOperation every time my app launches or resigns active. I need to queue them with dependencies such that two never execute at the same time, but one after another.
I am having trouble with updating my tableView. In the tableView of the popover managed by the rootviewcontroller, some items in my documents directory are displayed. In the detailViewcontroller, i c
I have a idea to hide some keys in keyboard. I use the exact background of the keyboard and use it above the keyboard.