зеркало из https://github.com/xamarin/ios-samples.git
4380ec42e5 | ||
---|---|---|
.. | ||
Resources | ||
Screenshots | ||
AppDelegate.cs | ||
ButtonEventDemo.csproj | ||
ButtonEventDemo.sln | ||
ButtonEventDemoViewController.cs | ||
ButtonEventDemoViewController.designer.cs | ||
ButtonEventDemoViewController.xib | ||
Info.plist | ||
Main.cs | ||
Metadata.xml | ||
README.md |
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.