objective c - How to convert NSSize, NSinteger and other data types to NSString? -
this question has reply here:
how convert nsinteger nsstring datatype? 8 answersi'm new obj c , didn't find solution convert given info types nsstring. please help !
nsstringfromcgsize, nsstringfromcgrect , nsstringfromcgpoint, etc. nsinteger x = 5; //x can float type nsstring *string = [@(x) stringvalue];
objective-c nsstring nsstringencoding
No comments:
Post a Comment