[MonoTouch] Some UI issues
Mittchel debaass
mittchel at gmail.com
Mon Dec 5 07:22:40 EST 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111205/a6985706/attachment-0001.html
More information about the MonoTouch
mailing list