Open Source advanced UITableView projects on GitHub?
I'm looking for some open source GitHub projects (or even blog posts), that show how some of the more complicated UITableView controllers are built on iOS that you can see happening in applications such as Tweetbot and Twitter (the old Tweetie).
I'm more or less interested in how to build views开发者_StackOverflow, context menus, etc, when an individual cell is clicked. There are some interesting drop downs and subviews that come into place very smoothly, almost as if they're a natural part of the iOS SDK.
Is there anything even remotely close available out there to learn from?
Check out these sample projects:
CGRetractableSectionController
UITableView Combo Box
TISwipeableTableView
(Thanks to http://cocoacontrols.com/ for the screenshots)
SSToolkit has SSCollectionView which uses a UITableView to create a collection view.
very interesting: http://cocoawithlove.com/2010/12/uitableview-construction-drawing-and.html
精彩评论