JMStaticContentTableViewController
JMStaticContentTableViewController copied to clipboard
A subclass-able way to cleanly and neatly implement a table view controller much like those in Settings.app, with nice-looking fields to collect or display information, all using a simple and conviene...
…to take care of it, not to loose style when dequeued I am using a custom cell which sets up subviews in constructor. This change is to preserve style that...
@jakemarsh Are you considering making this for Swift?
Hi Jake, I'm using your wonderful work in my project and have some issue (question). In wi-fi , _foundNetworks method you have "for loop" for inserting new cells. I've noticed...
Calling `-removeAllSections` doesn't seem to actually remove the sections from the tableview itself, and so adding sections or touching the tableview causes the app to crash from a really nasty...