Skip to content

πŸŽ‰ Finally v1 !!

Compare
Choose a tag to compare
@iDonJose iDonJose released this 17 Jan 14:18
· 2 commits to master since this release

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

Minor cleaning