Skip to content

Commit

Permalink
chore: update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Nov 12, 2024
1 parent dd20a0c commit 9f9bd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- (x) keyboard hidden -> remove inputAccessoryView - done in resignFirstResponder
- (x) iOS 16 - after attaching fake iav we dispatch onEnd with height - 248 (298 - 50) -> ignore events after attaching iav, because in keyboardDidAppear `position` can be a random value (291 or 341)
- show after interactive - keyboard height is 386
- text input grow -> can not make interactive gesture (Optional(424.6666666666667) 424.66666666666674)
- text input grow -> can not make interactive gesture (Optional(424.6666666666667) 424.66666666666674) - maybe because of frequent conversions to CGFloat?

0 comments on commit 9f9bd0d

Please sign in to comment.