I'm trying to create a checkmark on the left side of a tableview cell.
I found that "cell.accessoryType = UITableViewCellAccessoryCheckmark" always shows checkmark on the right end of the cell.
I want something like in the WiFi settings page which has checkmark on the left and the other marks on the right side.
Do I have to use separate custom view for this? or is there any other way to do this using pre-implemented method?
Thank you
Sean Kim
I found that "cell.accessoryType = UITableViewCellAccessoryCheckmark" always shows checkmark on the right end of the cell.
I want something like in the WiFi settings page which has checkmark on the left and the other marks on the right side.
Do I have to use separate custom view for this? or is there any other way to do this using pre-implemented method?
Thank you
Sean Kim