Pretty self-explanatory. It would be useful to have focus and blur events (to mirror the DOM terminology) that are raised for a textfield, searchbar, or any other controls that can gain or lose focus. Also would be good to have a way to determine if a view currently has focus or not, like a hasFocus property.
Pretty self-explanatory. It would be useful to have
focusandblurevents (to mirror the DOM terminology) that are raised for a textfield, searchbar, or any other controls that can gain or lose focus. Also would be good to have a way to determine if a view currently has focus or not, like ahasFocusproperty.