How do I detect when a user types into a UISearchBar
? Should be really easy. Cannot find any help in the Class Reference.
Is not this supposed to print?
func searchBarShouldBeginEditing(searchBar: UISearchBar) -> Bool{
println("Started Editin'...")
return true
}