ios学习之UIWebView网页视图调整
摘要:
//先来一个可行的小Demo程序:结合searchBar的google搜索#import @interface ViewController : UIViewController{ UIWebView *webView; UISearchBar *searchBar;} @end -(void)loadView{ [super loadView]; CGRect bounds = [[UIScreenmainScreen] applicationFrame]; //UISearchBar searchBar ... 阅读全文
posted @ 2013-10-30 17:07 沧海一粟-啊添 阅读(8936) 评论(0) 推荐(1)
浙公网安备 33010602011771号