Search
admin
- May 23, 2019
- 3 min
Xamarin Forms Challenge
I was recently given a skills assessment by a potential new client and I thought it was one of the better ones I’ve taken. This post will namespace Star8Test.iOS.Renderers { public class NoLineNavigationRenderer : NavigationRenderer { public override void ViewDidLoad() { base.ViewDidLoad(); // remove lower border and shadow of the navigation bar NavigationBar.SetBackgroundImage(new UIImage(), UIBarMetrics.Default);
11 views0 comments