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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -