Class Names in Xamarin to Objective C binding
We are binding a library from Objective C to C#. We want to use different
names in our classes in C#.
Do the class in C# and the objective C class must have the same name?
I know that using the MonoTouch.Foundation.ExportAttribute in the methods
in C# we can specify different names for the methods and properties...
however, I haven't found how to do the same for classes.
Thanks.
No comments:
Post a Comment