240 发简信
IP属地:北京
  • dispatch_barrier_sync dispatch_barrier_async 区别

    dispatch_barrier_sync 执行结果: dispatch_barrier_async 执行结果: 理解 barrier 栅栏的作...

  • 定位一个bug

    定位一个bug -[TDStockItem copyWithZone:]: unrecognized selector sent to inst...

  • iOS 状态栏颜色、隐藏等

    View controller-based status bar appearance 设置为NO的情况 这种可以在工程的 General 中选...

  • 读ColorDemo源码学习Swift协议

    刘洪宝老师的文章Swift进阶-面向协议看了github的代码,学习了一下, 我添加自己的一些注释。 在Protocol.swift中 定义协议...

  • 集成友盟推送记

    集成前项目状况项目已上线,Push Notifications 状态是Disable Prerequisite:友盟SDK1.2.7 重要主要流...

  • Charles抓包实践

    之前用过一次,忘了怎么用的,今天又看了一下。百度了一下,还是搜到了唐巧的博客,参考了一下步骤。博文链接 下载的官网的试用版。 手机修改wi...

  • Day3

    struct: 1.no inheritance 不能继承2.passed by value 值传递 (传递时,会复制copy一份,在栈stac...

  • 推荐技术博客-iOS

    里脊串Kitten yang

  • cocoapods下载命令

    最近使用CocoaPods来添加第三方类库,无论是执行pod install还是pod update都卡在了Analyzing dependen...