hi,
say I have a few IGLabels inside of a gridview cell. I want to subclass IGLabel and change Layout to specify rounded corners on those labels (not cell).
What is the override function to do that?
Thank you
Mark
yes, i figured that after posting question
thank you for your prompt answer
Hi Mark,
If you're looking only to create rounded corners on the IGLabel, you can simply use the view's layer to set the cornerRadius property.
Example
igLabel.layer.cornerRadius = 7;