summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
diff options
context:
space:
mode:
authoradrianknight89 <adrianknight89@outlook.com>2017-03-20 10:53:54 -0500
committerRui Marinho <me@ruimarinho.net>2017-03-20 15:53:54 +0000
commitea4673c8cb3e9155a86abc7e8ae49655ee765d3b (patch)
tree776723057e8147aec2a19b0fc14d156ef0b7976c /Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
parent04d034057c9743712d826c290bf9b1f2a0dd7924 (diff)
downloadxamarin-forms-ea4673c8cb3e9155a86abc7e8ae49655ee765d3b.tar.gz
xamarin-forms-ea4673c8cb3e9155a86abc7e8ae49655ee765d3b.tar.bz2
xamarin-forms-ea4673c8cb3e9155a86abc7e8ae49655ee765d3b.zip
[iOS] Use UIButtonType.System for Button and utilize UIButton.Appearance (#554)
* Change button style and use UIButton appearance * added sample code * change references * setting other properties * add comment * refactor proxy setter * made control states array static * remove category declaration * changes * add sample code * changes * Fix identation * Update ButtonRenderer.cs
Diffstat (limited to 'Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj')
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
index a601b513..0810383a 100644
--- a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
+++ b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
@@ -160,6 +160,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="BrokenNativeControl.cs" />
+ <Compile Include="CustomRenderer40251.cs" />
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
<None Include="app.config" />