Esempio n. 1
0
        public override void ViewWillAppear(bool animated)
        {
            base.ViewWillAppear(animated);
            NavigationController.NavigationBar.Hidden = false;
            ThemeHelper.PerformTheme(Themes.GetCreatePostTheme());
            _createPostView.Subscribe();

            if (SelectedKey != null)
            {
                _presenter.SaveSelectedTool(SelectedKey);
            }

            _presenter.LoadData();
            _presenter.SetConfig();
        }