ios-samples/ButtonEventDemo
Paola Villarreal 4380ec42e5 ButtonEventDemo ported to 64-bits 2014-05-21 16:10:45 -05: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 ButtonEventDemo ported to 64-bits 2014-05-21 16:10:45 -05:00
ButtonEventDemo.csproj ButtonEventDemo ported to 64-bits 2014-05-21 16:10:45 -05: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 ButtonEventDemo ported to 64-bits 2014-05-21 16:10:45 -05:00
ButtonEventDemoViewController.designer.cs ButtonEventDemo ported to 64-bits 2014-05-21 16:10:45 -05:00
ButtonEventDemoViewController.xib [ButtonEventDemo]Updating app icons and button for ios7 2013-10-21 19:00:05 +01:00
Info.plist [ButtonEventDemo]Updating app icons and button for ios7 2013-10-21 19:00:05 +01:00
Main.cs ButtonEventDemo ported to 64-bits 2014-05-21 16:10:45 -05:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05: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.