You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is view location is computed in window coordinates instead of ViewController's coordinates.
AutocompleteView should be added to window or, coordinates should be converted to ViewController's coordinate system:
I've actually altered my code to fix this and would like to push it back to the project. If the textfield isn't a direct descendent of the contextcontroller then my code does a convert point on the uitextfield origin.
The problem is view location is computed in window coordinates instead of ViewController's coordinates.
AutocompleteView should be added to window or, coordinates should be converted to ViewController's coordinate system:
TRAutocompleteView.m, line 136:
The text was updated successfully, but these errors were encountered: