Swift - How to get the type of a method of a class whose name is in String format?

前端 未结 0 1522
难免孤独
难免孤独 2020-11-29 14:26

I want to get the type of an instance method of a Swift class. To do that, I am using

class Test{
    func printSomething(itemOne: String, itemTwo: String) {
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题