ios-samples/ButtonEventDemo
Dylan Kelly e3105bc3a0 [ButtonEventDemo] Add minimum OS version 2015-04-29 12:25:16 -04:00
..
Resources [ButtonEventDemo]Updating app icons and button for ios7 2013-10-21 19:00:05 +01:00
Screenshots Add screenshot to ButtonEventDemo. 2011-11-03 16:20:39 +01:00
AppDelegate.cs Pull from upstream 2015-01-19 20:39:40 +05:30
ButtonEventDemo.csproj no message 2015-04-27 17:35:54 -04:00
ButtonEventDemo.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
ButtonEventDemoViewController.cs Pull from upstream 2015-01-19 20:39:40 +05:30
ButtonEventDemoViewController.designer.cs Pull from upstream 2015-01-19 20:39:40 +05:30
ButtonEventDemoViewController.xib [ButtonEventDemo]Updating app icons and button for ios7 2013-10-21 19:00:05 +01:00
Info.plist [ButtonEventDemo] Add minimum OS version 2015-04-29 12:25:16 -04:00
Main.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Metadata.xml Update brief tags description 2015-03-27 06:09:51 +03:00
README.md updated README to reflect compatibility with Xcode 2013-12-11 15:50:08 +00:00

README.md

Button Event Demo

This is a simple example demonstrating how to use a C# event on a button press to run a callback. It also demonstrates how to do the same thing, but using code hooked up via Interface Builder.

**NOTE: This sample will only work with Xcode 5.0 or above.