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

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

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

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.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 12-14-2010, 05:33 AM   #1 (permalink)
Registered Member
 
Join Date: Nov 2010
Posts: 14
risma is on a distinguished road
Default how to get an id from uibarbuttonitem

i have a uibarbuttonitem that wrap uisegmentedcontrol, the code i made is :

Code:
_docSegmentedControl = [[UISegmentedControl alloc] initWithItems:segmentText];
_docSegmentedControl.selectedSegmentIndex = 0; 
_docSegmentedControl.autoresizingMask =  UIViewAutoresizingFlexibleHeight;
_docSegmentedControl.segmentedControlStyle = UISegmentedControlStyleBezeled;//UISegmentedControlStylePlain;// UISegmentedControlStyleBar;//UISegmentedControlStyleBezeled;
//docSegmentedControl.frame = CGRectMake(0, 0, 800, 46.0);
[_docSegmentedControl addTarget:self action:@selector(docSegmentAction:) forControlEvents:UIControlEventValueChanged];


// Add the control to the navigation bar
UIBarButtonItem *segmentItem = [[UIBarButtonItem alloc] initWithCustomView:_docSegmentedControl];
self.navItem.leftBarButtonItem = segmentItem;
self.navItem.leftBarButtonItem.title = @"";
i want to get an id from every uibarbuttonitem that selected, can i do that?? how??
risma is offline   Reply With Quote
Old 12-14-2010, 09:53 AM   #2 (permalink)
Registered Member
 
Join Date: Feb 2010
Location: Switzerland
Posts: 64
omah is on a distinguished road
Default

create the items as member variable or set a "tag" on them.
omah is offline   Reply With Quote
Old 12-14-2010, 05:31 PM   #3 (permalink)
Registered Member
 
Join Date: Nov 2010
Posts: 14
risma is on a distinguished road
Default

Quote:
Originally Posted by omah View Post
create the items as member variable or set a "tag" on them.
can you give me an example code??
risma is offline   Reply With Quote
Old 12-15-2010, 09:23 AM   #4 (permalink)
Registered Member
 
Join Date: Feb 2010
Location: Switzerland
Posts: 64
omah is on a distinguished road
Default

Quote:
Originally Posted by risma View Post
can you give me an example code??
Code:
[MyNSObject setTag:NSInteger];
omah is offline   Reply With Quote
Old 12-16-2010, 02:26 AM   #5 (permalink)
Registered Member
 
Join Date: Nov 2010
Posts: 14
risma is on a distinguished road
Default

Quote:
Originally Posted by omah View Post
Code:
[MyNSObject setTag:NSInteger];
i was try it, but all tag in every button i pressed always show 0, is there something that i dont realize?
risma is offline   Reply With Quote
Reply

Bookmarks

Tags
ipad, uibarbuttonitem, uisegmentedcontrol

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: 394
9 members and 385 guests
chemistry, daudrizek, HemiMG, jeroenkeij, Kirkout, PavelMik, whitey99
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,665
Threads: 94,120
Posts: 402,898
Top Poster: BrianSlick (7,990)
Welcome to our newest member, daudrizek
Powered by vBadvanced CMPS v3.1.0

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