I want to use function:
Code:
- (CGSize)sizeWithFont:(UIFont *)font minFontSize:(CGFloat)minFontSize actualFontSize:(CGFloat *)actualFontSize forWidth:(CGFloat)width lineBreakMode:(UILineBreakMode)lineBreakMode
declared
here
I have a problem with the third parameter!!! How can I pass a pointer to CGFloat?