Closed zidonJ closed 5 years ago
OC project use SwiftMonkey,but MonkeyPaws doesn't have a init func
I have the same problem? Do you resolve it ?
I have the same problem? Do you resolve it ?
You can use the swift function to wrap a layer
@objc static func createSwiftMonkey(view: UIView) -> MonkeyPaws{ return MonkeyPaws(view: view) }
Closing the issue due to inactivity. Please reopen it if you think it should be addressed.
OC project use SwiftMonkey,but MonkeyPaws doesn't have a init func