yj
yj
I just update CocoaPods and run `pod install` . Crashlytics and Fabric static library is missing after open my xcworkspace project with XCode. It works well before(0.34.4 CocoaPods version). Bad...
Such as Toolbar Item tap event and others. Fix,change to : ``` objective-c - (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch { if([gestureRecognizer isKindOfClass:[UITapGestureRecognizer class]]){ if (self.menuState != MFSideMenuStateClosed) { return YES; }else{...
原 `SHIBOR_DATA_URL` 不再提供服务,改为 https://www.shibor.org/dqs/rest/cm-u-bk-shibor/ShiborHisExcel?lang=cn
解决办法是要配置 pd 的格式 `pd.set_option("display.unicode.east_asian_width", True)` pls check https://github.com/justinzm/gopup/pull/20685
Hi, I get Crash log as below: Crashed: com.apple.main-thread SIGABRT ABORT at 0x00000001956cf270 raw libsystem_kernel.dylib __pthread_kill + 8 libsystem_c.dylib basename CoreGraphics CG::Path::move_to_point(CGPoint const&, CGAffineTransform const*) UIKit +[UIBezierPath _continuousRoundedRectBezierPath:withRoundedCorners:cornerRadii:segments:smoothPillShapes:] + UIKit...