TabelView
http://www.jianshu.com/p/c3563c34621e
colletionView init
http://stackoverflow.com/questions/17856055/creating-a-uicollectionview-programmatically
custom colletionViewCell
http://stackoverflow.com/questions/20451578/how-to-create-a-custom-uicollectionviewcell-and-add-image-from-url-to-it
collectionView horizontal
[yourFlowLayout setScrollDirection:UICollectionViewScrollDirectionHorizontal];
navigation customize
http://ios.9tech.cn/news/2013/1104/38423.html
navigation view on top
http://stackoverflow.com/questions/21850436/add-a-uiview-above-all-even-the-navigation-bar
提示相关
UIAlertView
keyboard hide keyboard
[self.view endEditing:YES];
Image content mode
http://blog.csdn.net/iunion/article/details/7494511
remove all subview
http://stackoverflow.com/questions/2156015/remove-all-subviews
http://my.oschina.net/kevinvane/blog/151589
UIButton 字体居左
http://my.oschina.net/kevinvane/blog/156647
UITextField
http://stackoverflow.com/questions/24710041/adding-uitextfield-on-uiview-programmatically-swift
GCD等待另一个线程结束
http://stackoverflow.com/questions/3879034/how-to-wait-for-a-thread-to-finish-in-objective-c
识别剪贴板的内容
http://www.jianshu.com/p/10a6900cc904
iOS 路线
http://www.henishuo.com/ios-study-route/
正则表达式
http://www.jianshu.com/p/b6cf63a979a1
单例
http://www.jianshu.com/p/4b20e0893742
百度Map
**- Customize Annotaion **
http://blog.sina.com.cn/s/blog_67fc0fb70102v02a.html
**- Basic**** **
http://blog.sina.com.cn/s/blog_679968680101aibx.html
**- 锁定到以当前经纬度为中心点的显示区域和合适的显示范围 **
http://www.cnblogs.com/puppyb2m/p/4777927.html
请求location
http://www.jianshu.com/p/09bc1c967fd2
http://stackoverflow.com/questions/24062509/location-services-not-working-in-ios-8
修改状态栏的颜色
- (UIStatusBarStyle)preferredStatusBarStyle {
return UIStatusBarStyleLightContent;
}
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleDefault animated:YES];
H5 & iOS
http://www.henishuo.com/category/ios-h5-js/
https://developer.apple.com/legacy/library/samplecode/
HTML
http://www.jianshu.com/p/832f36531df9 (判断手势)
https://www.w3cmm.com/javascript/touch.html (gesture)
http://zhidao.baidu.com/link?url=DWzZTmrBZamUYlWDnEnrdBu9O31O4fxpY_pu9TRWEcfdZeoT9zZR8MiOzkPyeU4zQTHJBM-1cW716vLkY84NpK (alert)
面试
http://www.360doc.com/content/16/0510/15/20919452_557863450.shtml