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 Tools & Utilities

Reply
 
LinkBack Thread Tools Display Modes
Old 06-15-2011, 03:29 AM   #1 (permalink)
Registered Member
 
Join Date: May 2009
Posts: 31
Zala is on a distinguished road
Default UIBarButtonItem

Hi all,

I am trying to set it programmatically for the button to jump to a specific page.

Code:
UIBarButtonItem *newBackButton = [[UIBarButtonItem alloc] initWithTitle:@"Back" style: UIBarButtonItemStyleBordered target: self action: pushViewController datamenu];
	[[self navigationItem] setBackBarButtonItem: newBackButton];	
	[newBackButton release];
I made a quick search on this topic as well. Some suggested using action: @selector(methodname). I tried that as well but its still not showing what it should.
Zala is offline   Reply With Quote
Old 06-22-2011, 03:33 AM   #2 (permalink)
Registered Member
 
Join Date: Jun 2011
Posts: 2
vodanha89 is on a distinguished road
Default

Quote:
Originally Posted by Zala View Post
Hi all,

I am trying to set it programmatically for the button to jump to a specific page.

Code:
UIBarButtonItem *newBackButton = [[UIBarButtonItem alloc] initWithTitle:@"Back" style: UIBarButtonItemStyleBordered target: self action: pushViewController datamenu];
	[[self navigationItem] setBackBarButtonItem: newBackButton];	
	[newBackButton release];
I made a quick search on this topic as well. Some suggested using action: @selector(methodname). I tried that as well but its still not showing what it should.


this way:
//////// left
UIBarButtonItem *editButton= [[UIBarButtonItem alloc]
initWithTitle:@"Add"
style:UIBarButtonItemStyleBordered
target:self
action:@selector(addButton
];

self.navigationItem.leftBarButtonItem =editButton;
[editButton release];
////////right

UIBarButtonItem *moveButton =[[UIBarButtonItem alloc]
initWithTitle:@"move"
style:UIBarButtonItemStyleBordered
target:self
action:@selector(toggleMove)];

self.navigationItem.rightBarButtonItem = moveButton;
[moveButton release];
vodanha89 is offline   Reply With Quote
Reply

Bookmarks

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: 416
11 members and 405 guests
AppleDev, chemistry, Emy, Gi-lo, ipodphone, mistergreen2011, pipposanta, QuantumDoja, Retouchable, SLIC
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,679
Threads: 94,129
Posts: 402,924
Top Poster: BrianSlick (7,990)
Welcome to our newest member, xzoonxoom
Powered by vBadvanced CMPS v3.1.0

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