Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bharath2020/UITableViewTricks
Simple UITableView tricks with focus on UITableViewCell Layout
https://github.com/bharath2020/UITableViewTricks
Last synced: 3 months ago
JSON representation
Simple UITableView tricks with focus on UITableViewCell Layout
- Host: GitHub
- URL: https://github.com/bharath2020/UITableViewTricks
- Owner: bharath2020
- License: other
- Created: 2012-06-10T23:17:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T17:55:31.000Z (over 8 years ago)
- Last Synced: 2024-07-20T11:06:34.296Z (4 months ago)
- Language: Objective-C
- Size: 658 KB
- Stars: 422
- Watchers: 26
- Forks: 105
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome - UITableViewTricks - Simple UITableView tricks with focus on UITableViewCell Layout (etc)
- awesome - UITableViewTricks - Simple UITableView tricks with focus on UITableViewCell Layout (etc)
README
UITableViewTricks
=================Simple UITableView tricks with focus on UITableViewCell Layout
![Sample Screenshot] (https://raw.github.com/bharath2020/UITableViewTricks/master/sample_screen.png "Sample Screenshot" )
**Key Features:**
* Drag n Drop component to display UITableView content in Circular Fasion
* Supports Infinite Scrolling Behavior
* Resolution Independent - Sample Example demonstrates its usage in both iPad and iPhone (both 4s and iPhone 5 4" Retina Screen )
* Supports iOS v 4.3 and above**Usage:**
1. Find BBTableView Folder and add it to your project
2. Use the Instance of BBTableView or change the Custom Class of UITableView component in the Interface Builder to BBTableView
3. Use the exposed properties to play with the features like,
- Enable / Disable the Infinite Scrolling Behavior
- Layout the content in Clockwise or Anti-Clockwise fashionFor detailed description on logic behind this component, Please visit my blog http://bharath2020.in/2012/10/01/uitableview-tricks-part-2-infinite-scrolling/
** License / Attribution **
I hope you don't mind sending an appreciation e-mail to [email protected] if you plan to use this control in your applications. :)** Credits **
Thanks [Evadne Wu](https://twitter.com/evadne "Evadne Wu") for Interceptor Component.** External Reviewers **
This Control also appeared in
http://www.maniacdev.com
http://mobiledevelopertips.com/
Cocoa Controls( http://cocoacontrols.com/platforms/ios/controls/circleview ) and was the awarded Control of the Week (http://cocoacontrols.com/posts/2012/07/02/control-of-the-week-circleview )too.
Thanks for the post guys.