Skip to content

UITableView already comes with a lot of useful features, but what if you need to get REALLY fancy? You might need to put more content in a row than what the basic UITableViewCell allows. Or maybe you need more than just a title in a section header or footer. Nonetheless, creating a custom table view can also give your app a unique look (if you w…

Notifications You must be signed in to change notification settings

sallyransom/customtableviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom Table Views

UITableView already comes with a lot of useful features, but what if you need to get REALLY fancy? You might need to put more content in a row than what the basic UITableViewCell allows. Or maybe you need more than just a title in a section header or footer. Nonetheless, creating a custom table view can also give your app a unique look (if you want to break out of the mold) while still adhering to the HIG. In this project, we take advantage of what UITableView offers and then extend it by creating custom headers, footers, and cells with MVC architecture.

I encourge you to check out this project, explore its features, and practice your Custom Table View skills by expanding the project or creating one of your own.

About

UITableView already comes with a lot of useful features, but what if you need to get REALLY fancy? You might need to put more content in a row than what the basic UITableViewCell allows. Or maybe you need more than just a title in a section header or footer. Nonetheless, creating a custom table view can also give your app a unique look (if you w…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published