TabelView
http://www.itdecent.cn/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
提示相關(guān)
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等待另一個線程結(jié)束
http://stackoverflow.com/questions/3879034/how-to-wait-for-a-thread-to-finish-in-objective-c
識別剪貼板的內(nèi)容
http://www.itdecent.cn/p/10a6900cc904
iOS 路線
http://www.henishuo.com/ios-study-route/
正則表達式
http://www.itdecent.cn/p/b6cf63a979a1
單例
http://www.itdecent.cn/p/4b20e0893742
百度Map
**- Customize Annotaion **
http://blog.sina.com.cn/s/blog_67fc0fb70102v02a.html
**- Basic**** **
http://blog.sina.com.cn/s/blog_679968680101aibx.html
**- 鎖定到以當前經(jīng)緯度為中心點的顯示區(qū)域和合適的顯示范圍 **
http://www.cnblogs.com/puppyb2m/p/4777927.html
請求location
http://www.itdecent.cn/p/09bc1c967fd2
http://stackoverflow.com/questions/24062509/location-services-not-working-in-ios-8
修改狀態(tài)欄的顏色
- (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.itdecent.cn/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