I have an app, and I’d need custom UITableViewCells, I’ve been trying different ways, but no one works for what I want, or simply don’t work. Can someone guide me how can I do it? Actually the cell, needs to have some UIImageViews and an UILabel and a UITextView. Thanks in advance!
I have an app, and I’d need custom UITableViewCells, I’ve been trying different ways,
Share
Create a NIB file with a single
UITableViewCellin it.Loading the cell from the nib is a two liner:
This method will allways access disk when used, so it can be slow. On iOS 4 and later the is a better help class that caches the NIB in memory, for faster creation. Use like this: