| | |
| | | Reachability.ReachabilityChanged += UpdateStatus; |
| | | //UIApplication.SharedApplication.SetStatusBarHidden(true, true); |
| | | Shared.Application.RootFrameLayout = View; |
| | | |
| | | |
| | | Shared.Common.CommonPage.Instance.Show(); |
| | | |
| | | |
| | | |
| | | UITapGestureRecognizer oTapRecognizer = new UITapGestureRecognizer(); |
| | |
| | | |
| | | public override void ViewWillAppear(bool animated) |
| | | { |
| | | UIApplication.SharedApplication.StatusBarStyle = UIStatusBarStyle.LightContent; |
| | | //顶部信息栏字体颜色为黑色 |
| | | UIApplication.SharedApplication.StatusBarStyle = UIStatusBarStyle.Default; |
| | | //顶部信息栏字体颜色为白色 |
| | | //UIApplication.SharedApplication.StatusBarStyle = UIStatusBarStyle.LightContent; |
| | | //base.ViewWillAppear(animated); |
| | | } |
| | | |