I'm looking for some open source GitHub projects (or even blog posts) that show how some of the more complex UITableView controllers are built on iOS, which you can see in apps like Tweetbot and Twitter (old Tweetie).
I am more or less interested in how to create views, context menus, etc. when you click on a single cell. There are some interesting drop-down lists and sub-items that take effect very smoothly, almost as if they were a natural part of the iOS SDK.
Is there anything even remotely closing there to learn?
source share