I have a new open-source library on Github for use by iOS developers: KJMenuTableViewController.
KJMenuTableViewController is an Xcode project that contains set of classes that simplifies the
creation of "menus" in iOS applications using UITableViewController
.
The UITableViewController
class is a generic mechanism for presenting a scrollable list of
rows of …