Giter VIP home page Giter VIP logo

uitableviewtricks's Introduction

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 fashion

For 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 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.

uitableviewtricks's People

Contributors

bharath2020 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

uitableviewtricks's Issues

License

Can you add a license to this project, preferably MIT or Apache 2.0?

thx!

Error in iPhone 5 screen

There is a problem with your component in iPhone 5 when the tableview fills the screen, the circles are off of the screen. In your example this error doesn’t happen because uses the tableview in a minor size.

Thanks and grettings!

Scrolls in loop

I am using BBTableView using plist data.
When my plist contains one data, it shows me three rows in tableview.
When my plist contains 3-4 data, it shows me each row two times in tableview, And this time if i tried to scroll. It scrolls in loop. It won't stop scrolling until i stop application run. I tried a lot to find out why it is scrolling in loop. But not getting any solution.
Please help me out.

Thanx in advance.

Wrap UiTableview

Is it possible to wrap the uitableview so that it will loop infinity?

pushViewController

When I select a cell on the table, it passes to second screen. However, the second screen comes with only a black page. Nothing (button, label...) is seen.

  • (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    {
    ViewController2 *view2 = [[ViewController2 alloc] init];
    [self.navigationController pushViewController:view2 animated:YES];
    }

What can I do ?

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.