摘要: customScrollView.h#import @interface customScrollView : UIScrollView@endcustomScrollView.m//传递touch事件- (void)touchesBegan:(NSSet*)touches withEvent:(U... 阅读全文
posted @ 2014-05-25 15:47 菜鸟程序猿 阅读(201) 评论(0) 推荐(0)
摘要: - (void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)searchText;{ NSLog(@"textDidChange---%@",searchBar.text); if (searchBar.tex... 阅读全文
posted @ 2014-05-25 15:45 菜鸟程序猿 阅读(1725) 评论(0) 推荐(0)