Checkbox in iOS application
this has been driving me mad too and I found a different solution that works well for me and avoids having to use images. Add a new label object to Interface Builder. Create an IBOutlet property in Xcode and connect it up to it. In the code below I’ve called it ‘fullyPaid’ as I want … Read more