SkillAgentSearch skills...

Customtableviews

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.

Install / Use

/learn @sallyransom/Customtableviews
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars14
CategoryContent
Updated1y ago
Forks6

Languages

Objective-C

Security Score

60/100

Audited on Dec 27, 2024

No findings