[C#][iOS] Fix callbacks on AOT #387

Closed
splhack wants to merge 2 commits from aot into master
splhack commented 2017-02-10 11:35:28 -08:00 (Migrated from github.com)

Based on the idea of #386

Based on the idea of #386
splhack (Migrated from github.com) reviewed 2017-02-10 11:38:24 -08:00
@@ -143,6 +143,7 @@ WIN_EXPORT void YGNodeCopyStyle(const YGNodeRef dstNode, const YGNodeRef srcNode
WIN_EXPORT type YGNodeLayoutGet##name(const YGNodeRef node, const YGEdge edge);
YG_NODE_PROPERTY(void *, Context, context);
YG_NODE_PROPERTY(void *, Managed, managed);
splhack (Migrated from github.com) commented 2017-02-10 11:38:24 -08:00

@emilsjolander technically we can use YGNodeSetContext instead of this. what do you think? this will keep a weak reference of YogaNode managed object.

@emilsjolander technically we can use YGNodeSetContext instead of this. what do you think? this will keep a weak reference of YogaNode managed object.

Pull request closed

Sign in to join this conversation.
No description provided.