xamarin.ios - C# Binding for Objective-C: @property (strong, nonatomic) void (^animations)(void); -


how should declare following property:

@property (strong, nonatomic) void (^animations)(void); 

in c# binding (apidefinitions.cs) ?

after having smoke became obvious :-)

outside interface:

delegate void animationsblock(); 

inside interface:

[export("animations")]         animationsblock animations { get; set;} 

Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -