ios-samples/PeekPopNavigation
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
..
PeekPopNavigation Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots Added new sample `PeekPopNavigation` (#356) 2019-01-29 08:59:33 -08:00
LICENSE.txt Added new sample `PeekPopNavigation` (#356) 2019-01-29 08:59:33 -08:00
Metadata.xml Added new sample `PeekPopNavigation` (#356) 2019-01-29 08:59:33 -08:00
PeekPopNavigation.sln Added new sample `PeekPopNavigation` (#356) 2019-01-29 08:59:33 -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 - Implementing Peek and Pop This sample project demonstrates previewing content and providing quick shortcuts to functionality using Peek and Pop APIs. The app uses a table... sample
csharp
xamarin
peekpopnavigation

Implementing Peek and Pop in Xamarin.iOS

This sample project demonstrates previewing content and providing quick shortcuts to functionality using Peek and Pop APIs. The app uses a table view to display a list of colors and tapping any row in the table navigates to a detail view controller showing the color. The app uses 3D Touch on the table view rows to allow users to peek at the content without placing it on the navigation stack.

Home Screen

Build Requirements

Xamarin.iOS 11.4+ and Xcode 10.0+.

License

Xamarin port changes are released under the MIT license.