I have a program that has an array of pointers such as: INTLIST* myArray[countOfRows]; each myArray pointer points to a linked list, basically it becomes an M*N matrix.
I just wrote a small application that read from a site feed and display in UITableViewCell. I am using custom view cell and my UITableView is screwed in scrolling like it is not very smooth in scrolli