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 Tutorials > Tutorial Discussion

Reply
 
LinkBack Thread Tools Display Modes
Old 10-04-2010, 07:05 AM   #1 (permalink)
Registered Member
 
Join Date: Oct 2010
Posts: 16
pritamsaha is on a distinguished road
Default button

how to create button in objective c?

normal button:
UIButton *btnlocalback=[UIButton buttonWithType:UIButtonTypeCustom];
btnlocalback.frame=CGRectMake(0, 0, 50, 30);
[btnlocalback setBackgroundImage:[UIImage imageNamed:@"back.png"] forState:UIControlStateNormal];
[btnlocalback addTarget:self action:@selector(backToParentClass) forControlEvents:UIControlEventTouchUpInside];

barbutton:
UIBarButtonItem *backButton = [[UIBarButtonItem alloc]initWithCustomView:btnlocalback];
self.navigationItem.leftBarButtonItem = backButton;
[backButton release];
pritamsaha is offline   Reply With Quote
Old 10-04-2010, 10:25 AM   #2 (permalink)
Registered Member
 
Join Date: Apr 2010
Posts: 105
daveMac is on a distinguished road
Default

Quote:
Originally Posted by pritamsaha View Post
how to create button in objective c?

normal button:
UIButton *btnlocalback=[UIButton buttonWithType:UIButtonTypeCustom];
btnlocalback.frame=CGRectMake(0, 0, 50, 30);
[btnlocalback setBackgroundImage:[UIImage imageNamed:@"back.png"] forState:UIControlStateNormal];
[btnlocalback addTarget:self action:@selector(backToParentClass) forControlEvents:UIControlEventTouchUpInside];

barbutton:
UIBarButtonItem *backButton = [[UIBarButtonItem alloc]initWithCustomView:btnlocalback];
self.navigationItem.leftBarButtonItem = backButton;
[backButton release];
So what exactly are you asking?
daveMac 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
» Stats
Members: 175,696
Threads: 94,139
Posts: 402,960
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jasper_muc
Powered by vBadvanced CMPS v3.1.0

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