Embeddinator-4000 icon indicating copy to clipboard operation
Embeddinator-4000 copied to clipboard

[objc] Enable class name customization via RegisterAttribute

Open zgramana opened this issue 8 years ago • 2 comments

As a library creator, I want to enable fine grained control over the public API that I present so that my users find my library intuitive and easy to use. One aspect of this is conforming to naming conventions in the objc/Cocoa community. Xamarin.iOS's RegisterAttribute provides a natural vehicle for this, objcgen just needs to honor it.

zgramana avatar Aug 16 '17 23:08 zgramana

I duplicate filed this here:

https://github.com/mono/Embeddinator-4000/issues/612

A rough impl draft was here: https://github.com/mono/Embeddinator-4000/pull/366

chamons avatar Mar 19 '18 20:03 chamons

https://github.com/mono/Embeddinator-4000/issues/483 is a duplicate as well

with a different patch:

https://github.com/mono/Embeddinator-4000/pull/482

chamons avatar Mar 19 '18 21:03 chamons