How do I make UITableViewCellAccessoryDisclosureIndicator visible in black background?
Posted
by Amit Vaghela
on Stack Overflow
See other posts from Stack Overflow
or by Amit Vaghela
Published on 2008-10-30T01:31:14Z
Indexed on
2010/04/08
8:23 UTC
Read the original article
Hit count: 714
Hi I wrote this
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
in this method
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;
but I can only see it when I select that cell otherwise it's not visible.and it work perfectly when background is white. I am sure that I need to set a property, but I don't know which property I need to change to make this thing work.
thanks in advance.
cheers.
© Stack Overflow or respective owner