摘要:
customScrollView.h#import @interface customScrollView : UIScrollView@endcustomScrollView.m//传递touch事件- (void)touchesBegan:(NSSet*)touches withEvent:(U... 阅读全文
摘要:
- (void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)searchText;{ NSLog(@"textDidChange---%@",searchBar.text); if (searchBar.tex... 阅读全文