openframeworks / openframeworks/openFrameworks
ofxiOSKeyboard feature: callback for hiding and setup with rectangle
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
hi, I've been testing a callback that is triggered when ofxiOSKeyboard is hidden:
https://gist.github.com/micuat/d5f85d743a0efa5a6497c5518df6c63d
(based on 0.9.8 and I highlighted where I edited by "n begin/end" - I know how to use git but I just don't want to clone of repo on my computer)
also it would make sense if there's a constructor that takes a rectangle (and a getter function for ofRectangle) so it's easy to test if the user has tapped the text field or not by ofRectangle::inside.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue points to ofxiOSKeyboard and a gist based on 0.9.8; first locate the iOS keyboard implementation and compare the highlighted edits. Confirm the requested callback when the keyboard hides and the rectangle-based construction and getter. Done means both requested behaviors are available and verified in an iOS example or existing test if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, ios
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100