240 发简信
IP属地:上海
  • MacOS修改.dylib文件依赖库路径

    1.使用otool -L 查看运行程序依赖路径。 例1:otool -L xxx.app/Contents/MacOS/xxx 例2:o...

  • 记录一段代码,判断scrollView向上滚动还是向下滚动

    -(void)scrollViewWillBeginDragging:(UIScrollView *)scrollView { historyY...