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

View Single Post
Old 07-02-2009, 10:38 PM   #14 (permalink)
mr-sk
.38 special tucked
 
Join Date: Apr 2009
Location: Brooklyn, NY
Posts: 133
Default

So, I kinda got this working - Not totally happy with it, but it works.

I set the UIBarButtonItem to 'Custom', so that allows me to change the title programmatically (as I understand it):

Code:
    if ([addButton.title isEqualToString:@"Remove"])
    {
        addButton.title = @"Add";
    }
    else
    {
        addButton.title = @"Remove";  
    }
That works fine. Still doesn't solve my original problem, but at least I can now move onto something else.

Thanks for the help.

- sk
mr-sk is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 158,728
Threads: 89,186
Posts: 380,518
Top Poster: BrianSlick (7,127)
Welcome to our newest member, Raggou
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:40 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.