librelist archives

« back to archive

acani usersView

acani usersView

From:
Matt Di Pasquale
Date:
2010-10-07 @ 02:55
I'm struggling on refactoring the usersView to make it a tableView and allow
for reloading & loading more users.

I've thought about the hierarchy:

UsersViewController : UITableViewController
--- UsersTableViewCell : UITableViewCell // this has an NSArray of
thumbViews
------ ThumbView : UIView // this has a User *user object which will tell if
the user.name and if the user isOnline, unreadMessages.count, isFavorite,
etc.

I also want to take into account downloading multiple images asynchronously
in parallel.

I've studied three20 to see how they do it.

I even looked at this solution:
http://www.markj.net/iphone-asynchronous-table-image/

Your assistance & empowerment is appreciated.

Matt