Iam new to iphone development . I am using UITableViewCellAccessoryCheckmark for my table view cell. I want to know whether it is possible to increase the height of this default accessory type programmatically or else using the custom image is the only option. I want to do this because I want a slightly bigger checkmark for my cell. Any help is appreciated
Thanks,
Raj
The size of the checkmark accessory type cannot change….. What you can do is add a
UIButtonor aUIImageviewin theUITableViewCelland on its click perform an action…. Adding an image to the cell is relatively easy….