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
  • 10,681
  • 18
  • 93
  • 178

0 Answers0