zalando / SwiftMonkey

A framework for doing randomised UI testing of iOS apps
MIT License
1.95k stars 174 forks source link

OC project use SwiftMonkey,but MonkeyPaws doesn't have a init func #78

Closed zidonJ closed 5 years ago

zidonJ commented 5 years ago

OC project use SwiftMonkey,but MonkeyPaws doesn't have a init func

image
yangjunpeng1993 commented 5 years ago

OC project use SwiftMonkey,but MonkeyPaws doesn't have a init func

image

I have the same problem? Do you resolve it ?

Bintong commented 5 years ago

I have the same problem? Do you resolve it ?

riceForChina commented 5 years ago

You can use the swift function to wrap a layer

@objc static func createSwiftMonkey(view: UIView) -> MonkeyPaws{ return MonkeyPaws(view: view) }

wojciechczerski commented 5 years ago

Closing the issue due to inactivity. Please reopen it if you think it should be addressed.