Skip to content

StephenAsherson/FlippedTableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlippedTableView

Sometimes it may be useful to have a UITableView where the rows are anchored to the bottom. One such case may be when presenting a table view modally using the UIModalTransitionStylePartialCurl style.

This project includes a very simple example of a group-style UITableView where the rows are anchored to the bottom. The tableview includes different sections with header titles for each section.

Flipped Tableview

The source code used in this project is based off the following Stack-Overflow problem:

http://stackoverflow.com/questions/5679835/uitableview-anchor-rows-to-bottom

Requirements

  • iOS 5 or later
  • iOS ARC (Automatic Reference Counting)

Disclaimer

This project is only meant to be used as a base example to build upon. It may not function correctly for all cases, however, feel free to take the code and make changes if needed.

Who Made It?

Stephen Asherson [http://www.stephenasherson.com]

About

FlippedTableView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published