Thursday 15 March 2012

objective c - How to convert NSSize, NSinteger and other data types to NSString? -



objective c - How to convert NSSize, NSinteger and other data types to NSString? -

this question has reply here:

how convert nsinteger nsstring datatype? 8 answers

i'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