Skip to content

Commit b26fc93

Browse files
committed
Case change part 3
1 parent 7aa7955 commit b26fc93

7 files changed

+21
-18
lines changed

FlyoutNavigation.sln

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlyOutNavigation", "FlyOutNavigation\FlyOutNavigation.csproj", "{E98F7600-6C2E-4586-A78C-D42BA89445B9}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlyoutNavigationSample", "FlyoutNavigationSample\FlyoutNavigationSample\FlyoutNavigationSample.csproj", "{F7F9CC1F-0E0A-4E5D-A1B1-BB977A0CD36B}"
55
EndProject
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlyOutNavigationSample", "Sample\FlyOutNavigationSample.csproj", "{F7F9CC1F-0E0A-4E5D-A1B1-BB977A0CD36B}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlyoutNavigation", "FlyoutNavigation\FlyoutNavigation.csproj", "{E98F7600-6C2E-4586-A78C-D42BA89445B9}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -41,6 +41,6 @@ Global
4141
{F7F9CC1F-0E0A-4E5D-A1B1-BB977A0CD36B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
4242
EndGlobalSection
4343
GlobalSection(MonoDevelopProperties) = preSolution
44-
StartupItem = FlyOutNavigation\FlyOutNavigation.csproj
44+
StartupItem = FlyoutNavigationSample\FlyoutNavigationSample\FlyoutNavigationSample.csproj
4545
EndGlobalSection
4646
EndGlobal

FlyoutNavigation/FlyoutNavigation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</ItemGroup>
4141
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
4242
<ItemGroup>
43-
<Compile Include="FlyOutNavigationController.cs" />
4443
<Compile Include="OpenMenuGestureRecognizer.cs" />
44+
<Compile Include="..\FlyOutNavigation\FlyoutNavigationController.cs" />
4545
</ItemGroup>
4646
</Project>

FlyoutNavigation/FlyoutNavigationController.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
using MonoTouch.ObjCRuntime;
2323
using MonoTouch.MediaPlayer;
2424

25-
namespace FlyOutNavigation
25+
namespace FlyoutNavigation
2626
{
27-
public class FlyOutNavigationController : UIViewController
27+
public class FlyoutNavigationController : UIViewController
2828
{
2929
UIColor tintColor;
3030
public UIColor TintColor
@@ -55,7 +55,7 @@ UIView mainView {
5555
}
5656
}
5757

58-
public FlyOutNavigationController ()
58+
public FlyoutNavigationController ()
5959
{
6060
navigation = new DialogViewController(UITableViewStyle.Plain,null);
6161
navigation.OnSelection += NavigationItemSelected;

FlyoutNavigation/OpenMenuGestureRecognizer.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
using MonoTouch.MediaPlayer;
1919
using MonoTouch.Foundation;
2020

21-
namespace FlyOutNavigation
21+
namespace FlyoutNavigation
2222
{
2323
public class OpenMenuGestureRecognizer : UISwipeGestureRecognizer
2424
{
25-
FlyOutNavigationController Parent;
26-
public OpenMenuGestureRecognizer (NSObject target, Selector action,FlyOutNavigationController parent) : base(target,action)
25+
FlyoutNavigationController Parent;
26+
public OpenMenuGestureRecognizer (NSObject target, Selector action,FlyoutNavigationController parent) : base(target,action)
2727
{
2828
Parent = parent;
2929
this.Direction = UISwipeGestureRecognizerDirection.Right;

FlyoutNavigationSample/FlyoutNavigationSample/AppDelegate.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using MonoTouch.UIKit;
77
using MonoTouch.Dialog;
88

9-
using FlyOutNavigation;
9+
using FlyoutNavigation;
1010

1111
namespace Sample
1212
{

FlyoutNavigationSample/FlyoutNavigationSample/FlyoutNavigationSample.csproj

+6-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@
6060
<Reference Include="System.Core" />
6161
<Reference Include="monotouch" />
6262
<Reference Include="MonoTouch.Dialog-1" />
63-
<Reference Include="FlyOutNavigation">
64-
<HintPath>..\..\FlyOutNavigation\bin\Release\FlyOutNavigation.dll</HintPath>
65-
</Reference>
6663
</ItemGroup>
6764
<ItemGroup>
6865
<None Include="Info.plist" />
@@ -76,4 +73,10 @@
7673
<ItemGroup>
7774
<BundleResource Include="Default-568h%402x.png" />
7875
</ItemGroup>
76+
<ItemGroup>
77+
<ProjectReference Include="..\..\FlyoutNavigation\FlyoutNavigation.csproj">
78+
<Project>{E98F7600-6C2E-4586-A78C-D42BA89445B9}</Project>
79+
<Name>FlyoutNavigation</Name>
80+
</ProjectReference>
81+
</ItemGroup>
7982
</Project>

FlyoutNavigationSample/FlyoutNavigationSample/MainController.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
using MonoTouch.UIKit;
77
using MonoTouch.Dialog;
88

9-
using FlyOutNavigation;
9+
using FlyoutNavigation;
1010

1111
namespace Sample
1212
{
1313
public class MainController : UIViewController
1414
{
15-
FlyOutNavigationController navigation;
15+
FlyoutNavigationController navigation;
1616

1717
// Data we'll use to create our flyout menu and views:
1818
string[] Tasks = {
@@ -30,7 +30,7 @@ public override void ViewDidLoad ()
3030

3131
// Create the flyout view controller, make it large,
3232
// and add it as a subview:
33-
navigation = new FlyOutNavigationController ();
33+
navigation = new FlyoutNavigationController ();
3434
navigation.View.Frame = UIScreen.MainScreen.Bounds;
3535
View.AddSubview (navigation.View);
3636

@@ -51,7 +51,7 @@ from page in Tasks
5151

5252
class TaskPageController : DialogViewController
5353
{
54-
public TaskPageController (FlyOutNavigationController navigation, string title) : base (null)
54+
public TaskPageController (FlyoutNavigationController navigation, string title) : base (null)
5555
{
5656
Root = new RootElement (title) {
5757
new Section {

0 commit comments

Comments
 (0)