ios-samples/NavigationBar
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
NavigationBar Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots Added new sample `NavigationBar` (#354) 2019-01-29 08:57:10 -08:00
LICENSE.txt Added new sample `NavigationBar` (#354) 2019-01-29 08:57:10 -08:00
Metadata.xml Added new sample `NavigationBar` (#354) 2019-01-29 08:57:10 -08:00
NavigationBar.sln Added new sample `NavigationBar` (#354) 2019-01-29 08:57:10 -08:00
README.md update readme, fix links 2019-07-23 13:26:12 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Customizing UINavigationBar Demonstrates using UINavigationController and UIViewController classes together as building blocks to your application's user... #ui sample
csharp
xamarin
navigationbar

Customizing UINavigationBar in Xamarin.iOS

This sample demonstrates using UINavigationController and UIViewController classes together as building blocks to your application's user interface. Use it as a reference when starting the development of your new application. The various pages in this sample exhibit different ways of how to modify the navigation bar directly, using the appearance proxy, and by modifying the view controller's UINavigationItem. Among the levels of customization are varying appearance styles, and applying custom left and right buttons known as UIBarButtonItems.

Customizing UINavigationBar application screenshot

Build Requirements

Xamarin.iOS 11.0 and Xcode 9.4.

License

Xamarin port changes are released under the MIT license.