Cosmos
Cosmos copied to clipboard
Unable to set code for didFinishTouch on Objective-C
Please consider submitting the following information (if relevant):
- Library setup method: CocoaPods
- Version of the library: 15.0.0.
- Xcode version: 9.2.
- OS version: iOS 11.2.3.
- Language: Objective-C
as per your guide to set codeBlock while user completed his input for rating
cosmosView.didFinishTouchingCosmos = { rating in }
is not working on objective-C.
I've tried following ways
Please help to solve this
I've solved this problem in my fork Pull request created.
Thanks @mrugeshtank. See my comment in the pull request.