I realize that iOS has the ability to have keyboard shortcuts (e.g.: Command-C for Copy, Command-V for Paste, etc). But is there a way to make your own keyboard shortcuts? Is there a way to implement them? I would like to know so that I can add them to some of my note-taking apps in the near-future. Thanks! 🙂
I realize that iOS has the ability to have keyboard shortcuts (e.g.: Command-C for
Share
You’ll need to modify a UIMenuController if you want to have your implementation blend in with the apple UI (It’s always best to comply with the HIG!). Here’s the class reference, and a nice tutorial.