diff --git a/Social/IOs/Info.plist b/Social/IOs/Info.plist index e33ca71..e813bcd 100644 --- a/Social/IOs/Info.plist +++ b/Social/IOs/Info.plist @@ -13,8 +13,6 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight MinimumOSVersion 6.0 diff --git a/Social/IOs/MainController.cs b/Social/IOs/MainController.cs index f3bdd0d..ac65382 100644 --- a/Social/IOs/MainController.cs +++ b/Social/IOs/MainController.cs @@ -23,7 +23,7 @@ namespace Social View.BackgroundColor = UIColor.White; - _fbShare = new UIButton (); + _fbShare = new UIButton(UIButtonType.RoundedRect); _fbShare.TouchUpInside += OnLoginClicked; _fbShare.SetTitle("Share in Facebook", UIControlState.Normal); _fbShare.SetTitleColor (UIColor.White, UIControlState.Normal); diff --git a/Social/IOs/Resources/Default-568h@2x.png b/Social/IOs/Resources/Default-568h@2x.png new file mode 100644 index 0000000..11348e8 Binary files /dev/null and b/Social/IOs/Resources/Default-568h@2x.png differ diff --git a/Social/IOs/Resources/Default.png b/Social/IOs/Resources/Default.png new file mode 100644 index 0000000..e2c0840 Binary files /dev/null and b/Social/IOs/Resources/Default.png differ diff --git a/Social/IOs/Resources/Default@2x.png b/Social/IOs/Resources/Default@2x.png new file mode 100644 index 0000000..4e11dac Binary files /dev/null and b/Social/IOs/Resources/Default@2x.png differ diff --git a/Social/IOs/Social.csproj b/Social/IOs/Social.csproj index e4a13b8..1ac92cf 100644 --- a/Social/IOs/Social.csproj +++ b/Social/IOs/Social.csproj @@ -109,4 +109,9 @@ + + + + + \ No newline at end of file