240 发简信
IP属地:贵州
  • scrollToTop,contentoffset不一定是置为CGPointZero

    UPDATE FOR iOS 7 [self.scrollView setContentOffset: CGPointMake(0, -self...

  • Resize,w 360,h 240
    特定警告当错误

    Build Settings 中,treat warnings as errors, 可以将所有警告当做错误来处理 —如果不想打开全部的trea...

  • load vs initialize

    load 和 initialize 中,都不用调用 super的方法 + (void)load; The order of initializa...

  • DYLD_PRINT_STATISTICS 1

    DYLD_PRINT_STATISTICS 1 XCODE8 以后才支持的这个命令,并且仅针对iOS 10以上的系统才会打印

  • JSPatch 踩过的坑

    https://github.com/bang590/JSPatch/issues/9 selector btn.addTarget_actio...

  • imageWithContentsOfFile

    if (iOS7) { imgName = [imgName stringByAppendingString:@"@2x.png"]; } NS...

  • limit -1

    select column1 from table1 limit -1; limit -1,相当于不限制个数