/ Published in: Objective C
URL: http://stackoverflow.com/questions/1130019/black-uitableviewcell-accessary
Expand |
Embed | Plain Text
UIImage myImage = [UIImage imageNamed:@"blackbutton.png"]; UIImageView *imageView = [[UIImageView alloc] initWithImage:myImage]; [cell setAccessoryView:imageView];
You need to login to post a comment.
