Skip to content

Comments

Fixed infinite loop in workaroundUITextInputTraitsPropertiesBug#71

Open
oxling wants to merge 2 commits intodomesticcatsoftware:masterfrom
oxling:master
Open

Fixed infinite loop in workaroundUITextInputTraitsPropertiesBug#71
oxling wants to merge 2 commits intodomesticcatsoftware:masterfrom
oxling:master

Conversation

@oxling
Copy link

@oxling oxling commented Feb 13, 2014

In some cases, if classes were traversed in a particular order, the class's superclass would already have had valueForKey swizzled. In that case, originalValueForKey would be set to UITextInputTraits_valueForKey. This leads to an infinite loop in UITextInputTraits_valueForKey.

The fix is to traverse the class's heritage until a suitable valueForKey: implementation is found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant