2

How do I hide a UIBarButtonItem ?

I tried google it, but didn't find a solution.

poupou
  • 43,413
  • 6
  • 77
  • 174
MojoDK
  • 4,410
  • 10
  • 42
  • 80

1 Answers1

0

You should be able to convert the, Objective-C, answer from: Hide UIToolbar UIBarButtonItems into C# and do the same thing using MonoTouch.

Community
  • 1
  • 1
poupou
  • 43,413
  • 6
  • 77
  • 174
  • Perfect - it worked fine. Would be nice with a UIBarButton.Hidden method, but this will do. Thanks poupou for once again helping me out here! – MojoDK Dec 19 '11 at 15:39