summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/INavigationPageController.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-01-23Add default parameter value of zero to INavigationPageController.Peek() (#708)E.Z. Hart1-1/+1
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart1-1/+3
* Make StackCopy less awkward * Clean up comment * Update docs * Update docs * Replace SecondToLast with an arbitrarily deep Peek method * Update docs * Handle negative depths in Peek()
2016-05-04Add INavigationPageController (#149)E.Z. Hart1-0/+26