摘要:
http://www.jdon.com/designpatterns/command.htm Command是将对行为进行封装的典型模式,Factory是将创建进行封装的模式, 阅读全文
阅读排行榜
iOS 17个Xcode小技巧
2018-02-01 14:07 by dengchaojie_learner, 128 阅读, 收藏,
摘要:
https://juejin.im/post/5a7198ac51882573505189c8 1) 上下移动一整行或者许多行代码:使用 ⌘ ⌥ { 上移 或者 ⌘ ⌥ } 下移。如果你选择了一些内容, Xcode 会移动所有你选择的代码行;否则,只会移动光标所在的那一行。(⌥是Alt键) 阅读全文
NSNotificationCenter
2015-08-19 20:54 by dengchaojie_learner, 128 阅读, 收藏,
摘要:
Observer可以用self.collectView // 2.监听收藏改变通知,并刷新数据 [[NSNotificationCenter defaultCenter] addObserver:self.collectionView selector:@selector(reloadData) n 阅读全文
UIWebView
2015-08-19 20:36 by dengchaojie_learner, 126 阅读, 收藏,
摘要:
[ WebView setUserInteractionEnabled: YES ]; //是否支持交互 [webView setScalesPageToFit:YES]; //自动缩放以适应屏幕 NSURL *url = [[NSURL alloc]initWithString:@"http:// 阅读全文
浙公网安备 33010602011771号