Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 03-03-2010, 12:00 AM   #1 (permalink)
Registered Member
 
Join Date: Sep 2009
Posts: 15
Default UITextField Name

Hi,

I have 5 UITextField called textField1,textField2,textField3,textField4,textFi eld5. If i am editing one textfield. How do i know which one i am editing now.



Thanks in advance
udham is offline   Reply With Quote
Old 03-03-2010, 12:50 AM   #2 (permalink)
iPhone Developer
 
d_amal's Avatar
 
Join Date: Nov 2009
Location: chennai, india.
Age: 25
Posts: 60
Send a message via Yahoo to d_amal Send a message via Skype™ to d_amal
Default

You shall find it in textfielddidbeginediting,
Code:
- (void)textFieldDidBeginEditing:(UITextField *)textField {
	if ([textField isEqual:textField1]) {
		NSLog(@"You are editing textField1");
	}
}
d_amal is offline   Reply With Quote
Old 03-03-2010, 12:58 AM   #3 (permalink)
girls? any new species ?
 
sindhutiwari's Avatar
 
Join Date: Nov 2008
Location: INDIA
Posts: 547
Send a message via MSN to sindhutiwari Send a message via Yahoo to sindhutiwari Send a message via Skype™ to sindhutiwari
Default

How about setting tag value to each text field you use.


Quote:
Originally Posted by d_amal View Post
You shall find it in textfielddidbeginediting,
Code:
- (void)textFieldDidBeginEditing:(UITextField *)textField {
	if ([textField isEqual:textField1]) {
		NSLog(@"You are editing textField1");
	}
}
__________________
In order to succeed, your desire for success has to be greater than your fear for failure
sindhutiwari is offline   Reply With Quote
Old 03-03-2010, 01:26 AM   #4 (permalink)
Registered Member
 
Join Date: Sep 2009
Posts: 15
Default

Thank you Guys.
udham is offline   Reply With Quote
Reply

Bookmarks

Tags
iphone & ipod touch apps, uitextfield

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 259
23 members and 236 guests
@sandris, ADY, Dani77, diyora, FAED, fredidf, F_Bryant, GHuebner, HDshot, iDifferent, JasonR, mer10, Oral B, prchn4christ, Rudy, smithdale87, Speed, spiderguy84, stekki, tgjorgoski, Touchmint, twerner, vigu360
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,880
Threads: 89,228
Posts: 380,753
Top Poster: BrianSlick (7,129)
Welcome to our newest member, @sandris
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:06 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0