[MonoTouch] Missing Backbutton when Pushing Viewcontroller

Robert Jordan robertj at gmx.net
Thu Oct 20 04:32:47 EDT 2011


On 19.10.2011 18:39, Andreas Ploetzeneder wrote:
> Hi,
> i do not see the Backbutton in uinavigationcontroller
> i push the following class:
>
> public class LoginViewController : DialogViewController
>
> {
>
>     public LoginViewController () : base (null)


public LoginViewController () : base (null, true)
                                            ========

Robert



More information about the MonoTouch mailing list