UITableViewTricks
UITableViewTricks copied to clipboard
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.