How do you call a Swift variadic method from Objective-C? [duplicate]
This question already has an answer here:
Expose swift variadic parameter to Objective-C
1 answer
How do you call a Swift variadic method from Objective-C?
class func printLog(msgToPrint: String, _ args: CVarArg...) -> Void
objective-c swift
marked as duplicate by Gereon, dandan78, EmilioPelaez, Pearly Spencer, Machavity Nov 10 at 16:30
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Expose swift variadic parameter to Objective-C
1 answer
How do you call a Swift variadic method from Objective-C?
class func printLog(msgToPrint: String, _ args: CVarArg...) -> Void
objective-c swift
marked as duplicate by Gereon, dandan78, EmilioPelaez, Pearly Spencer, Machavity Nov 10 at 16:30
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Expose swift variadic parameter to Objective-C
1 answer
How do you call a Swift variadic method from Objective-C?
class func printLog(msgToPrint: String, _ args: CVarArg...) -> Void
objective-c swift
This question already has an answer here:
Expose swift variadic parameter to Objective-C
1 answer
How do you call a Swift variadic method from Objective-C?
class func printLog(msgToPrint: String, _ args: CVarArg...) -> Void
This question already has an answer here:
Expose swift variadic parameter to Objective-C
1 answer
objective-c swift
objective-c swift
edited Nov 10 at 15:31
Austin Conlon
126214
126214
asked Nov 10 at 2:48
man
83
83
marked as duplicate by Gereon, dandan78, EmilioPelaez, Pearly Spencer, Machavity Nov 10 at 16:30
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Gereon, dandan78, EmilioPelaez, Pearly Spencer, Machavity Nov 10 at 16:30
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Swift methods with variadic parameters cannot be called from Objective-C.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Swift methods with variadic parameters cannot be called from Objective-C.
add a comment |
Swift methods with variadic parameters cannot be called from Objective-C.
add a comment |
Swift methods with variadic parameters cannot be called from Objective-C.
Swift methods with variadic parameters cannot be called from Objective-C.
answered Nov 10 at 4:13
Charles Srstka
12k31333
12k31333
add a comment |
add a comment |