Exemplo n.º 1
0
        public void DemoDynamic()
        {
            account = new AccountInfo();

            context = new BindingContext(this, account, "Settings");

            if (dynamic != null)
            {
                dynamic.Dispose();
            }

            dynamic = new DialogViewController(context.Root, true);
            navigation.PushViewController(dynamic, true);
        }