In my iPhone app, I have a SearchBar and when people type a keyword and click to search, the search result will show in UILabel.
Everything works fine but when I type a keyword which starts with uppercase letters, the search does not work as it should. I know I have to do something but don´t know what.
Anybody have an idea?