ios-samples/ButtonEventDemo
NinaV 88d89f668a better console messages 2012-03-23 12:43:01 -04:00
..
Screenshots Add screenshot to ButtonEventDemo. 2011-11-03 16:20:39 +01:00
AppDelegate.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
ButtonEventDemo.csproj Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01: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 better console messages 2012-03-23 12:43:01 -04:00
ButtonEventDemoViewController.designer.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
ButtonEventDemoViewController.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Main.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Metadata.xml Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
README.md README.md for ButtonEventDemo. 2011-11-05 19:51:49 +01: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.