Hi,
I am new to xcode iPhone development. I am trying to develop an app which need to be coded with some validation.
Example:
(uilabel) option 1: _____ (uiTextfield)
(uilabel) option 1: _____ (uiTextfield)
(uilabel) option 1: _____ (uiTextfield)
(uilabel) option 1: _____ (uiTextfield)
is there any way to uniquely identify a control by its ID. like in javascript we locate a control by document.getElementbyId('').value='????'
please help me
Thanks
I am new to xcode iPhone development. I am trying to develop an app which need to be coded with some validation.
Example:
(uilabel) option 1: _____ (uiTextfield)
(uilabel) option 1: _____ (uiTextfield)
(uilabel) option 1: _____ (uiTextfield)
(uilabel) option 1: _____ (uiTextfield)
is there any way to uniquely identify a control by its ID. like in javascript we locate a control by document.getElementbyId('').value='????'
please help me
Thanks