<p dir="ltr">If you could define your needs. Is it a one to one ? Or one to many relationship. I would look into the Observer Design pattern.</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Oct 5, 2016 7:26 PM, &quot;Jordan Rose via swift-users&quot; &lt;<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
&gt; On Oct 5, 2016, at 14:43, Jens Alfke via swift-users &lt;<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;&gt; On Oct 5, 2016, at 1:50 PM, Bob Miller via swift-users &lt;<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;      This is a Swift3 newbie question that I’ve not found a solution to. Has there been any consensus reached on an equivalent approach to the AppKit class NSInvocation ? Here’s a simple objC example.<br>
&gt;<br>
&gt; Swift doesn’t have an equivalent because the language simply isn’t as dynamic as Objective-C: there is no mechanism to invoke a method at runtime given its name.<br>
&gt;<br>
&gt; If you’re on an Apple platform, and the method you want to call, and its class, are @objc — then you can literally use NSInvocation from Swift to do this. But not otherwise.<br>
<br>
However, there are usually better answers than NSInvocation (both in Swift and Objective-C). What are you actually trying to do?<br>
<br>
Jordan<br>
<br>
______________________________<wbr>_________________<br>
swift-users mailing list<br>
<a href="mailto:swift-users@swift.org">swift-users@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-users</a><br>
</blockquote></div></div>