Is it possible to always show text cursor in UISearchBar (not only after touch)?
add this
- (void)viewDidAppear:(BOOL)animated {
[mySearchBar becomeFirstResponder];
[super viewDidAppear:animated];
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With