Skip to content

mttrb/UITableView-GangnamStyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UITableView-GangnamStyle

I'm sure you've always wanted to be able to create a UITableView using the UITableViewStyleGangnam style. Something like the following:

#include "UITableView+GangnamStyle.h"

UITableView *tableView = [[UITableView alloc] initWithFrame:frame
                                                      style:UITableViewStyleGangnam];

I was inspired to write this UITableView category after my trip to the /dev/world 2012 conference in September. Gangnam Style was one of the memes during the conference. Feel free to do something even more cheesy with it.

About

Adds a new table style to UITableView - UITableViewStyleGangnam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published