Hello everyone,

I am relatively new to the whole MonoTouch and I'm facing some basic UI
issues, these are the following issues:

- I'd like to have a toolbar just in one viewcontroller.. and when I am
using this code in my ViewDidLoad():

this.NavigationController.ToolbarHidden = false;

this.NavigationController.Toolbar.BarStyle = UIBarStyle.Black;

Sadly, this also adds a toolbar for the other views..


- How can I adjust the location of my back button? I'm pushing a
viewcontrolled called: ControllerA. ControllerA has an list of
advertisements with a login button and when that button is pressed it goes
to ControllerB. In controller B you can login on facebook, if that succeeds
it goes to ControllerC. ControllerC has a view for posting to your wall.
Now, I want a button 'back' in my navigationbar which goes back to
ControllerA instead of ControllerB. Is this possible?


I hope you guys can help me out with this:D


Thanks!

Mittchel
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to