Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

Button not visible in FlyOutNavigation #4

Closed TheGiant closed 12 years ago

TheGiant commented 12 years ago

Hello James,

Tried the example of the FlyOutNavigation after the viewing the seminar (nicely done!) But i don't see the button on the left side? Any idea?

Thanks in advance,

Danny

Clancey commented 12 years ago

The button is not automatic. You need to add it yourself in your app. You can see I do that in the sample here: https://github.com/Clancey/FlyOutNavigation/blob/master/Sample/AppDelegate.cs#L71-73

TheGiant commented 12 years ago

I tried your sample (FlyOutNavigation) with the latest Monotouch but the button will not appear?

Clancey commented 12 years ago

I just ran the sample locally and there is a button in the upper left hand corner. It is the bookmark logo. That should show the menu

TheGiant commented 12 years ago

Hello thanks for the quick answer. I know the button should be there but is not, i use monotouch.Dialog within Monotouch, but also downloaded it from github. But i don't see any button, i drives me crazy ;-)

TheGiant commented 12 years ago

I have added a breakpoint on the public override void ViewWillAppear method but is it does not come there?!

TheGiant commented 12 years ago

if i add the button to the public BaseDialogViewController method it works! Can you please tell me why?

TheGiant commented 12 years ago

James, Do you know why the ViewWillAppear event will not fire? I am really stuck with this..