Skip to content

Commit

Permalink
Renamed Flyout in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Clancey committed Jan 16, 2013
1 parent b26fc93 commit 14e934b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
The `FlyOutNavigationController` presents a simple navigation view that
The `FlyoutNavigationController` presents a simple navigation view that
appears to slide out from underneath a main view, allowing you to
navigate among a list of view controllers. The same view also functions
as a `UISplitViewController` on the iPad.

```csharp
using FlyOutNavigation;
using FlyoutNavigation;
using MonoTouch.Dialog;
...
public override void ViewDidLoad ()
{
base.ViewDidLoad ();
var navigation = new FlyOutNavigationController {
var navigation = new FlyoutNavigationController {
// Create the navigation menu
NavigationRoot = new RootElement ("Navigation") {
new Section ("Pages") {
Expand Down

0 comments on commit 14e934b

Please sign in to comment.