searchBar textDidChange method called four (4) times?
Hi, I'm incrementing a counter each time a key press event occurs and I'm using NSLog to output that value.
My debug log is showing that its incrementing in factors of 4? As if its being called four times for each keypress? I'm not getting NSLog called 4 times...odd...any ideas?
|