lichanghong
lichanghong
这种方案会导致kept-alive为NO,对网络速度是有影响的,有没有解决方案
1,头部的重力特性会导致头部特别高的时候交互有问题,而且头部如果有高度动画就不行了 2,建议以tableview作为容器,头部用section1,底部用section2,底部的内容高度动态改变底部整体高度,这样可以解决上述问题
help pod package ZRImageManager.podspec.json --spec-sources=https://gitlab.ziroom.com/wireless-architect/architect-ios/ZRModuleSpec.git --library --no-mangle --force --exclude-deps error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: no files specified Usage: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] [-no_warning_for_no_symbols] Usage: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -dynamic [-]...
The following build commands failed: CompileC /var/folders/7d/8c0x0y0n4q76mgkw_wqy6rp80000gp/T/cocoapods-jw5gz81d/build/Pods.build/Release-iphoneos/FLEXInspector.build/Objects-normal/arm64/VZStandardGraphEdgeFilters.o FLEXInspector/FLEXInspector/Classes/toolbox/mermoryProfile/vendor/Filtering/VZStandardGraphEdgeFilters.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (1 failure)
/** 通过条件删除 (多参数)--2 */ + (BOOL)deleteObjectsWithFormat:(NSString *)format, ... 这个方法实现的时候用了local,加入pk>1000,formate会是1,000 ,由于小数点的存在导致删除失败。
my image name is [email protected], but when xcassetpacker progress, the result is icon_right_12_c1 ! why?
为什么我用的没任何曝光,新项目就加了一个button,然后设置上值,但是proxy类里的回调并没有触发
Presenter通过向View传model数据进行交互,难道不是View和Model产生了关系?