π Finally v1 !!
Added
-
UITextField.EditEvent new event
selectionChange
-
ASEditableTextNode.reactive : added callbacks with
editEvents(_:shouldStartEditing:shouldChangeText:didChangeSelection:)
-
UITextField.reactive : added callbacks with
editEvents(_:shouldClear:shouldReturn:shouldStartEditing:shouldEndEditing:shouldChangeCharacters:)
-
UITextView.reactive : added callbacks with
editEvents(_:shouldStartEditing:shouldEndEditing:shouldChangeText:shouldInteractWithURL:shouldInteractWithTextAttachment:)
-
UIGestureRecognizer.reactive : added callbacks with
gesture(_:shouldStart:shouldRecognizeSimultaneouslyWith:shouldRequireFailureOf:shouldBeRequiredToFailBy:shouldReceiveTouch:shouldReceivePress:)
Updated
- ASControlNode.reactive : Works now on QueueScheduler.main