A clear question helps others to reply to u easily.. .
anywys..
if u know the row n section, then first create an NSIndexPath using
Quote:
+ (NSIndexPath *)indexPathForRow NSUInteger)row inSection NSUInteger)section;
|
now access the cell using the method :
Quote:
- (UITableViewCell *)cellForRowAtIndexPath NSIndexPath *)indexPath;
|
hope this helps..
If not, i hope u could help urself by jus walking thru the documentation of UITableView. Or even better, just read the UITableView.h That will surely help