views:

212

answers:

1

Hi. I'm trying to make my app compatible with iOS 4 Multitasking so it stays open when the home button is pressed.

At one point, a button is pressed and it opens a new view and changes the tint colour of a toolbar depending on the contents of a txt file automatically. The toolbar also has a button that is linked to an IBAction (it closes the view). In OS 3.1.3 and lower it worked fine, it changed the colour of the toolbar and the button without any problems. But when running in iOS 4, it only changes the colour of the toolbar, not the button.

My app is called 'Spaceulator'. It is free if you want to download it.

Thanks. Any Answers to my problem would be really appreciated!

(I am a 13 year old developer and I'm still learning so please don't make answers too complex!)

A: 

Problem solved myself.

It's probably not the best way, but it works.

Just change the bar button from bordered to plain then back to bordered. Seems to work.

TimH iPhone Apps