• Stars
    star
    169
  • Rank 224,453 (Top 5 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Easily setup shortcuts for tables and collections for iPad Smart Keyboards.

IPShortcut

Version License Platform

IPShortcut screenshot

About

IPShortcut lets you easily add UIKeyCommand shortcuts for view controllers displaying information in UITableView, UICollectionView, and UIScrollView. Integration is really straightforward, just make your view controller a subclass of IPShortcutTableViewController, IPShortcutCollectionViewController, or IPShortcutScrollViewController.

After subclassing, your view controller will automatically have arrow key shortcuts to navigate cells (or scroll a scrollview), space and shiftspace to page up or down, and enter to open a cell using the appropriate delegate function.

Example Project

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

IPShortcut is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'IPShortcut'

Author

Brian Donohue, [email protected]

License

IPShortcut is available under the MIT license. See the LICENSE file for more info.