//Edit: Really, nobo开发者_开发知识库dy has any suggestions or thoughts on this?Have I asked the question wrongly somehow?//
I want to add a undo manager to a coredata backed iphone application. When the user tries to add a new object (by tapping on + button) I load a new modal viewcontroller and start a new undo group in v
I created a managed object with several members of 开发者_如何转开发NSNumber in my iPhone app.I initialize these values. I also create a sub-object member. Then, I create an undo manager so that I can
I have a view where a UITextView always has focus. What I want to do is extend the built-in undo/redo behavior to support undo/redo for when I programmatically set the text (e.g., for when I clear it,
I have a littl开发者_如何学JAVAe problem with NSUndoManager. When the user is about to edit some entity A, I stick everything into an undo grouping so that the changes can easily be undone. So far so
I\'m having a weird issue, with a Cocoa, OpenGL application I am working on. Whenever I launch my application I am getting the following messages / assertion failure on the console, related to eh NSUn
Im trying to implement an undo manager in my app using Core Data. Instead of making my own UndoManager im using the default undo manager in my ManagedObjectContext. Because of that i am not registerin
What is a good way to handle iOS 4 app termination when using an NSUndoManager? I have an iPhone (iOS 4) application that uses Core Data. The app allows the user to edit managed objects, and I implem
What I want is having my iPhone app aware of shaking gesture all the time except when an开发者_如何学Pythony UITextfield or UITextview become firstResponder.
is it possible to bind/get notifications of the isDocumentEdited property of NSDocument witho开发者_C百科ut calling the will/didChangeValueForKey: methods on every change?Override -updateChangeCount: