BeyondChao

Results 14 issues of BeyondChao

Gradle Sync Issues: ERROR: Could not find method leftShift() for arguments [com.antfortune.freeline.FreelinePlugin$_apply_closure2@2ada7187] on task ':initFreeline' of type org.gradle.api.DefaultTask. app/build.gradle

会出现请求网页图片广告时,广告图片还没有加载完成,倒计时Label已经在显示出来了,并开始倒计时了。 我想可能是: `-(void)xh_setImageWithURL:(nonnull NSURL *)url placeholderImage:(nullable UIImage *)placeholder GIFImageCycleOnce:(BOOL)GIFImageCycleOnce options:(XHLaunchAdImageOptions)options completed:(nullable XHExternalCompletionBlock)completedBlock` 是异步请求显示图片的,而`/** skipButton */ [self addSkipButtonForConfiguration:configuration]; [self startSkipDispathTimer];` 是顺序执行的,会造成_skipButton提前显示并提前倒计时。 请问可有解决方法?

iPhone X LaunchScreen.storyboard 加载广告时,XHLaunchImageView中 由-(UIImage *)imageFromLaunchScreen获取到启动页图片, 视图下移,没有和启动页平滑的过渡。

录音过短时没有stop recorder, 录音一直在录制,当超过60s时会回调stopRecord ` if self.audioTimeInterval.int32Value > 60 { self.stopRecord() }` 导致还会录音成功。 虽然在stopRecord里面调用了 ` self.operationQueue.cancelAllOperations() ` 如果录音时长小于0.5s时,但是子线程的while循环一直在跑,因为recorder.isRecording 是true cancelAllOperations() 的文档是这样描述: For operations that are already executing, the operation object itself...

类似Chrome 查看每次请求的size,或者像Charles抓取每个请求和响应的大小

help wanted
question

YY 大神你好,请教一个问题: 你用多个串行队列来实现并发、控制线程数量,避免GCD在并行队列上执行耗时任务时开辟过多线程、消耗系统资源。如果通过NSOperationQueue 和 NSOperation的方式,控制maxConcurrentOperationCount 为YYAsyncLayerGetDisplayQueue中的queueCount,能够实现同样的效果嘛?

There is only setter method. But How can I get a specific NSLayoutConstraint`s constant? /** * Modifies the NSLayoutConstraint constant */ - (void)setOffset:(CGFloat)offset; MASViewConstraint.m file @property (nonatomic, assign) CGFloat layoutConstant;...

I want set different background image to TagView for highlighted state ,But it will trigger longPress action, highlighted state become normal state.

There is any way to support MultiChildRenderObjectElement ? that will more flexibility and generality,thx

有四个错误,请大神帮忙看看 The following build commands failed: Ld /Users/UserName/Library/Developer/Xcode/DerivedData/qiji-fabaseibzegctvgmkbnudentutef/Build/Intermediates/qiji.build/Release-iphoneos/qiji.build/Objects-normal/armv7/qiji normal armv7 Ld /Users/UserName/Library/Developer/Xcode/DerivedData/qiji-fabaseibzegctvgmkbnudentutef/Build/Intermediates/qiji.build/Release-iphoneos/qiji.build/Objects-normal/arm64/qiji normal arm64 CreateUniversalBinary build/Release-iphoneos/qiji.app/qiji normal armv7\ arm64 GenerateDSYMFile build/Release-iphoneos/qiji.app.dSYM build/Release-iphoneos/qiji.app/qiji (4 failures) ~~~~~~~~~~~~~~~~~~~编译失败~~~~~~~~~~~~~~~~~~~