I have been provided with a method used for styling, called [in / from] the -drawRect: method of my UIView subclass. Unfamiliar with lower-level CG syntax I am not sure how to call a method starting with:
void DrawInsetBeveledRoundedRect( CGContextRef context, CGRect rect, CGFloat radius, UIColor *fillColor) {}
from -drawRect: .
Could anybody please advise and or provide me with a steer?
1 Answer