markohlebar / BIND

Data Binding and MVVM for iOS
MIT License
355 stars 48 forks source link

NSNegateBooleanTransformerName #18

Closed markohlebar closed 9 years ago

markohlebar commented 9 years ago

BINDT(self.viewModel, booleanProperty , ~>, self, other.booleanProperty, NSNegateBooleanTransformerName)

causes: -[__NSCFConstantString transformedValue:]: unrecognized selector sent to instance 0x7fd34b395700

markohlebar commented 9 years ago

@spagosx this works now.

spagosx commented 9 years ago

@markohlebar Lovely!!