ios-samples/Protocols_Delegates_Events
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Protocols_Delegates_Events Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots modernize protocol-delegate-event sample (#276) 2018-09-17 13:56:46 -07:00
Xib Solution Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
Protocols_Delegates_Events.sln Adding Sample with Storyboard 2014-07-24 17:21:38 +01:00
README.md onboard missing samples 2019-08-03 11:47:38 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Protocols, Delegates, and Events Demonstrates how to interact with Objective-C protocols from C#, as well as using the alternative C# events/delegates sample
csharp
xamarin
protocols-delegates-events

Protocols, Delegates, and Events

This sample demonstrates how to interact with Objective-C protocols from C#, as well as using the alternative C# events/delegates.

App sample demonstrating protocols and delegates