Guest User

Untitled

a guest
Mar 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. public override bool FinishedLaunching(UIApplication app, NSDictionary options)
  2. {
  3. global::Xamarin.Forms.Forms.Init();
  4.  
  5. UINavigationBar.Appearance.SetTitleTextAttributes(new UITextAttributes
  6. {
  7. TextColor = UIColor.Black,
  8. Font = UIFont.FromName("ComicSansMS", 24)
  9. });
  10.  
  11. LoadApplication(new App());
  12.  
  13. return base.FinishedLaunching(app, options);
  14. }
Add Comment
Please, Sign In to add comment