Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone
($4.99)

Shape Up
($0.99)

Your First iPhone App
($1.99)

iVidCam Free
(free)

Kid Art
($0.99)

iPUBQUIZ
(£1.19)

ArtStudio
($3.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 07-02-2009, 09:38 PM   #14 (permalink)
mr-sk
.38 special tucked
iPhone Dev SDK Supporter
 
Join Date: Apr 2009
Location: Brooklyn, NY
Posts: 132
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
 
Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 24,298
Threads: 39,096
Posts: 171,402
Top Poster: smasher (2,575)
Welcome to our newest member, chrish2os
Powered by vBadvanced CMPS v3.1.0

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