Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
XMBindingExample
Browse files Browse the repository at this point in the history
Added a note per Chris’ request that the binding process will be
updated in the XM 2.2 release.
  • Loading branch information
KMullins-Xam committed Jun 4, 2015
1 parent 579adc3 commit 1aa6e9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions XMBindingExample/Readme.md
Expand Up @@ -5,6 +5,12 @@ This is a quick example, showing how to invoke `bmac` to create a binding for Xa

Binding Objective-C for Xamarin.Mac is very similar to binding for Xamarin.iOS, so we highly suggest that you read our iOS [Binding Objective-C](http://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/) documentation before working through this sample.

---

**NOTE:** The Binding process will be improved in the Xamarin.Mac version 2.2 release and we will update this sample with the new, easier to use syntax when it becomes available.

---

## The Objective-C Library

The library that we are going to bind simply outputs **Hello, World!** when its `DoIt` method is invoked. And is defined as follows:
Expand Down

0 comments on commit 1aa6e9f

Please sign in to comment.