240 发简信
IP属地:北京
  • 解决UITableView scrollToRowAtIndexPath:滚动位置偏差问题

    场景:在TableView中有多个section,每个section中有多个cell;此时要滚动到某个section的第一行,使用如下方法: 然...

    2.4 26 0 1
  • 设置状态栏样式preferredStatusBarStyle

    根据需要在UINavigationController和UITabBarController中都写上即可,如果未使用可在指定控制器写 可手动刷新

  • YYModel关键字重命名

    (NSDictionary *)modelCustomPropertyMapper {return @{@"mid":@"id",@"":@"n...

  • iOS侧滑返回App卡死的原因

    可以看下侧滑后App上会覆盖一层View,这是导致卡死的根本原因.以下为处理方法.禁止侧滑返回即可解决,个人认为是苹果的bugSwift 和OC...