manishkkatoch / SimpleTwoWayBindingIOS

An ultra light, ultra simple two way binding library for IOS and Swift.
MIT License
165 stars 48 forks source link

No exact matches in call to initializer #17

Closed OhhhThatVarun closed 4 years ago

OhhhThatVarun commented 4 years ago

In the file Bindable, xcode is showing error at line

_self.addTarget(Selector, action: Selector{ [weak self] in self?.valueChanged() }, for: [.editingChanged, .valueChanged])