摘要:
刚刚将Xcode更新到Xcode5,一运行报如下错误:Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'armv7'解决方案:Change your compiler for C/C++/ObjectiveC Go toBuild Settings->Build OPtions->compiler for C/C++/ObjectiveC; select Default(Apple LLVM5.0) 阅读全文
摘要:
UIScrollView属性:1 alwaysBounceHorizontal BOOL值,当水平滚条到达终点,总是(视图)弹跳2 alwaysBounceVertical BOOL值 同上3 bounce BOOL值,决定是否弹动4 bouncesZoom BOOL值,默认yes,当放大比例超过我们设定的最大、最小界限,他会动画地返回限定值5 canCancelContentTouches BOOL值,6 contentInset 是否在contentSize基础上多出额外的区域,当这样设置:scrollView.contentInSet = UIEdgeInSets... 阅读全文