-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix IMP type in valueForKey for UITextInput. Fixes #76. #77
Open
AndersDJohnson
wants to merge
75
commits into
domesticcatsoftware:master
Choose a base branch
from
AndersDJohnson:fix-imp-type-uitextinput
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix IMP type in valueForKey for UITextInput. Fixes #76. #77
AndersDJohnson
wants to merge
75
commits into
domesticcatsoftware:master
from
AndersDJohnson:fix-imp-type-uitextinput
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Small changes & bugfixes Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Added basic UIView flashing on redraw via swizzling Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Bug fixes Fixed landscape bug Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Beta 3 - Bugfixes - More help - Added blocks - Tested iPad support - Fixed coordinates in Landscape mode Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
• Bugfixes Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Removed Blocks Language changes Added shortcut key for logging out code Added text in help to explain logging out code, providing names for objects Changed help HTML styling slightly Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Fixed bugs Removed toolbar Fixed opaque to non-opaque Many other fixes Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
…ccat.com.au Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Added basic accessibility property logging Small language changes Updated readme Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
… accessibility logging to work.
Always set the ApplicationAccessibilityEnabled preference to true
By using a UITextView instead of a UITextField, we are informed of selection change thanks to the textViewDidChangeSelection: delegate method. Crafting special text content allows to deduce what arrow keys (along with modifier keys) were pressed.
Handle arrow keys for nudging and resizing views
Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Removed obsolete comment about accessibility properties in embedded help
Fixed compiler warnings
Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
…ted_files Removing temporary/personal files from tree.
Fixed crash when displaying help
…d_in_text_field Dismiss keyboard in text field
Add placeholder method to avoid crash when slider changes.
Avoid infinite recursion in UITextInputTraits_valueForKey(). Fixes domesticcatsoftware#22
- Navigate to first subview - Navigate to next/previous sibling view - Detect broken hierarchy while doing so
added features below
The statusBarFrame can't be trusted to initialize the status bar overlay properly due to transformed rect coordinates. So we detect the orientation and use the longest size with a predefined height.
…-top Fixed the behavior of scrollsToTop that owned by a original window.
…readme Changes readme's #ifdef example to correct #if. Refs domesticcatsoftware#29.
…ientation_bug_second_try Fixes size for non portrait launch apps. Refs domesticcatsoftware#26.
…changes Fixed armv6 compile errors
Improved property logging where before only the object's class and UIView class properties would be dumped, skipping any super classes in between.
Couldn't see a reason to not log properties for these two classes when all others are logged. The property output for these two classes is very informative.
error: unknown pragma ignored [-Werror,-Wunknown-pragmas]
Fix Pragma warnings
fixed really minor but confusing description for 1st user.
Updated logPropertiesForObject to log all superclass properties between object & UIView
AndersDJohnson
force-pushed
the
fix-imp-type-uitextinput
branch
from
April 7, 2019 22:03
9dabc0b
to
8d4e122
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.