iOS 知识点Index

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

GCD delay
http://stackoverflow.com/questions/4139219/how-do-you-trigger-a-block-after-a-delay-like-performselectorwithobjectafter

识别剪贴板的内容
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

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 10点半睡,6点半起,2+6.5=8.5小时有核心技术的人,才能活到最后。 iOS 阅读整理在sourcetree...
    士梦阅读 8,172评论 0 18
  • 青蛙跳到了井沿上,小鸟飞来了也落到了井沿上。 小鸟说:“青蛙,你看到了吧!” 青蛙说:“是的小鸟,我看到了无边无际...
    妍君宝贝阅读 2,271评论 0 2