0

For some reason some functions are missing from my FirstResponder.

In my MainMenu I have the Redo Menu Item, which in my other app links to the 'redo' function in the First Responder, however this is missing from my new application?

Does anyone know how to fix this?

Cristian
  • 6,765
  • 7
  • 43
  • 64

1 Answers1

-1

The functions in the FirstResponder depend on the type of application that you are building. Your current application doesn't support undo so the generated type of the FirstResponder doesn't have that method.

GoZoner
  • 67,920
  • 20
  • 95
  • 145