Skip to content

This is a horizontal table view for iOS with design consideration from the traditional vertical table view delegate pattern found in the iOS SDK.

Notifications You must be signed in to change notification settings

crawfjs/JCHorizontalTableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#JCHorizontalTableView - iOS / Objective-C View

##About Seemed like many of my clients desired a horizontal scroll view. While this isn't too difficult to implement, just loading up a UIScrollView with subviews didn't was not desireable. This lead me to creating a horizontal table which reused cells similar to the UITableView. The initial implementation was designed to be scalable, however, it was implemented as a solution to a specific problem. Hope to improve it over time and with the help of the community.

##How to use Simply implement how you would any table view with appropriate datasource and delegate implementations.

About

This is a horizontal table view for iOS with design consideration from the traditional vertical table view delegate pattern found in the iOS SDK.

Resources

Stars

Watchers

Forks

Packages

No packages published