摘要: - (void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)searchText // called when text changes (including clear) { if (searchBar.text.len 阅读全文
posted @ 2016-08-20 22:55 iOS张文权 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: _checkAllIntroduceTextView = [[UITextView alloc] initWithFrame:CGRectMake(10, 0, kScreenWidth-20, kScreenHeight)]; _checkAllIntroduceTextView.backgrou 阅读全文
posted @ 2016-08-20 15:28 iOS张文权 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 返回数据: <p><b>\U516c\U53f8\U7b80\U4ecb</b></p><p>&nbsp;&nbsp;&nbsp; \U5584\U76c8\U7ba1\U7406\U56e2\U961f\U521b\U59cb\U4e8e2008\U5e74\Uff0c\U7ecf\U8fc7\U 阅读全文
posted @ 2016-08-20 11:51 iOS张文权 阅读(3364) 评论(0) 推荐(0) 编辑
摘要: 在webView的delegate回调方法 - (void)webViewDidFinishLoad:(UIWebView *)webView;中写上一下语句即可 //字体大小 [webView stringByEvaluatingJavaScriptFromString:@"document.ge 阅读全文
posted @ 2016-08-20 11:49 iOS张文权 阅读(2400) 评论(0) 推荐(0) 编辑