240 发简信
IP属地:广东
  • Resize,w 360,h 240
    RxSwift 总结

    基本概念: Observable<T> (可观察序列):异步地产生一系列Event(事件)即:event(element:T)Observer(...

  • RN react-naviagtion

    RN 新版react-naviagtion(大于3.X)所有的直接接触的导航器都要用createAppContainer包裹

  • UITableViewHeaderFooterView 背景颜色改变

    改变全部tableview 的headerfooterview背景颜色 通过各种尝试 运行时、基类调用-(void)tableView:(UIT...

  • 2019-12-09 RN 高德地图使用 react-native-amap-geolocation

    RN 使用高德地图 时候通过多方比较选择react-native-amap-geolocation ,由于插件是0.6版本之前的所以要通过pod...

  • Resize,w 360,h 240
    2019-03-12

    app架构 什么样的架构叫好架构? 1.代码整齐,分类明确,没有common,没有core 2.不用文档,或很少文档,就能让业务方上手 3.思路...

  • 2019-09-25 iOS13 适配总结

    1、presentViewcontrller问题设置为 vc.modalPresentationStyle = UIModalPresentat...