minor bug in CCImage_ios.mm

in _caculateStringSizeWithFontOrZFont():

tmp = [FontLabelStringDrawingHelper sizeWithZFont:str zfont:font constrainedToSize:textRect];

should be

tmp = [FontLabelStringDrawingHelper sizeWithZFont:s zfont:font constrainedToSize:textRect];

mark

Thank you.
#1230 is created for it.