43 skills found · Page 1 of 2
OliverLetterer / SLExpandableTableViewSLExpandableTableView is a UITableView subclass that gives you easy access to expandable and collapsable sections by just implementing a few more delegate and dataSource protocols. (iPhone, iPad, iOS)
pitiphong-p / CollectionViewShelfLayoutA UICollectionViewLayout subclass displays its items as rows of items similar to the App Store Feature tab without a nested UITableView/UICollectionView hack.
MrAlek / AWPagedArrayA data structure for easier pagination. NSProxy subclass which acts as an NSArray for easier paging mechanisms in UITableViews and UICollectionViews.
henrytkirk / HTKDynamicResizingCellSubclassed UITableView/UICollectionView cells that will auto calculate their size so long as AutoLayout constraints are applied correctly. For iOS 7+. Works similar to how iOS 8's auto sizing of cells work.
danielamitay / DAModularTableViewUITableView subclass that abstracts away the ugliness involved with creating static or modular UITableViews. Settings and menu pages are a snap to create with DAModularTableView.
justinmfischer / SwiftyAccordionCellsExample Swift 3.0 Xcode 8.0 project which demonstrates how to expand and collapse a UITableView like an accordion. Using this lightweight data structure approach, UITableViewCell header/sub-item rows can be added or removed dynamically as needed. Subclass table for further reuse.
henrytkirk / HTKDragAndDropCollectionViewLayoutUICollectionViewLayout subclass that works together with a custom UICollectionViewCell to provide drag and drop for a UICollectionView. Works just like UITableView drag and drop. What's unique about this approach is that it does not need to create a "ghost" or "dummy" cell to provide the drag and drop functionality.
TimOliver / TORoundedTableViewA subclass of UITableView that styles it like Settings.app on iPad
jackkwok / JKExpandTableViewExpandable Nested Table View for iOS (iPhone & iPad). JKExpandTableView is a subclass of UITableView.
partho-maple / PBTreeViewAn UITreeView implementation from UITableView that Apple missed in its UIKit framework. And it is in pure Swift.
iSofTom / STCollapseTableViewA UITableView subclass that automatically collapse and/or expand your sections
Stickbuilt / SBGestureTableViewSwift UITableView subclass that supports swiping rows ala Mailbox and long press to move rows.
LaurentiuUngur / LUExpandableTableViewA subclass of UITableView with expandable and collapsible sections
sauvikdolui / SDStateTableViewA subclass of UITableView to show states like data load error, no data found, no internet connection easily.
omaralbeik / StackableTableViewA UITableView subclass that enables setting an array of views for both headers and footers utilizing UIStackView
yfujiki / YFJLeftSwipeDeleteTableViewDrop-in UITableView subclass that supports left-swipe cell deletion like in iOS7. (works both in iOS6 and iOS7)
griffin-stewie / CSNFloatingHeaderViewFlowLayoutSimple subclass of UICollectionViewFlowLayout that gives you Floating (Sticky) Headers at the top of a UICollectionView like UITableView's header view.
ujell / YUTableViewSubclass of UITableView which adds expandable sub-menu support to it.
rickharrison / RHHorizontalTableViewUITableView subclass that scrolls horizontally instead of vertically.
ajkoshy7 / SubTableA lightweight subclass of UITableView with Expandable/Collapsible rows.