Hello Guys,
I am starting to plan now for the driven language
and I object to a question that should be simple for you.
Somebody could give me some advice on this:
I have 2 UiTextField in the window, for each of them I created a
"Outlet" and joined the names of txt1 and txt2.
I created an IBAction and joined the event "did Begin Editing"
for txt1 and txt2
- (IBAction) trocarImagem (id): sender
I would like to know how do I get the txt1 and test it
by name.
Something like this:? if (sender.name == "txt1") ...
Thanks
I am starting to plan now for the driven language
and I object to a question that should be simple for you.
Somebody could give me some advice on this:
I have 2 UiTextField in the window, for each of them I created a
"Outlet" and joined the names of txt1 and txt2.
I created an IBAction and joined the event "did Begin Editing"
for txt1 and txt2
- (IBAction) trocarImagem (id): sender
I would like to know how do I get the txt1 and test it
by name.
Something like this:? if (sender.name == "txt1") ...
Thanks