objective c - how to assign an integer data type array values to a UITextField in iphone -


how assign integer data type array values uitextfield because have integer array , want display contents in textfield

try this,

nsstring *intergerstring = [nsstring stringwithformat:@"%d",intergervalue]; txtfield.text = intergerstring; 

Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -