1

In ruby I can pass a string into the send method to run that method:

coolObject.send("some_method") // Same as coolObject.some_method

How can I do this in Swift?

thank_you
  • 11,001
  • 19
  • 101
  • 185

0 Answers0