I want to change checkmark color of our table view in our iPhone application. I have tried to search but don't find any better solution. Please help me.
I read the Apple's documentation and found that there is no public way to change the color of the checkmark. So, in my according you can do it with an image. To do it, just set the accesoryView property of the cell to a UIImageView containing a checkmark of the correct color. here is the code:
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
I read the Apple's documentation and found that there is no public way to change the color of the checkmark.
So, in my according you can do it with an image. To do it, just set the accesoryView property of the cell to a UIImageView containing a checkmark of the correct color.
here is the code: