Detect UISearchBar focus on the text field

iphone, objective-c, uisearchbar, uitextfield

Solution

From the docs,

- `searchBarTextDidBeginEditing:`

- `searchBarCancelButtonClicked:`

Problem

Is there a way to detect if a user has click on the searchbar textfield and the keyboard has appear ?

Original source