Deft_MKJing

Results 8 comments of Deft_MKJing

`- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView { if (self.willDisappearIndex != -1) { CGFloat currentIndexPercent = scrollView.contentOffset.x/scrollView.bounds.size.width; NSInteger disappearIndex = self.willDisappearIndex; NSInteger appearIndex = self.willAppearIndex; if (self.willAppearIndex > self.willDisappearIndex) { if (currentIndexPercent >= (self.willAppearIndex))...

手动滑,来回切,生命周期完全是乱的,作者大大应该没时间修复了,自己改改吧 @yautou

@boymanjor when i npm install ,help me `clang_bk: error: no such file or directory: 'Release/obj.target/goosig/src/goo/goo.o' [&] parent npm notice created a lockfile as package-lock.json. You should commit this file. added...

@boymanjor other errors `[*] -lgmp clang_bk: error: no such file or directory: 'Release/obj.target/bcrypto/src/torsion/src/dsa.o' clang_bk: error: no such file or directory: 'Release/obj.target/bcrypto/src/torsion/src/ecc.o' clang_bk: error: no such file or directory: 'Release/obj.target/bcrypto/src/torsion/src/rsa.o' clang_bk:...

> 越狱后安装了Reveal2Loader,进到设置页面,提示“There appears to be an error with these preferences!” > > 请教下这个问题如何解决,下面这个issue未找到具体的解决步骤 > > 越狱工具是一款?如果是coolstar团队开发的越狱工具,用的libhooker基板,这个问题应该是已知问题,应该是依赖库(AppList等)本身的兼容问题 > > _Originally posted by @lemon4ex in [#16 (comment)](https://github.com/lemon4ex/Reveal2Loader/issues/16#issuecomment-1092325033)_ https://github.com/DeftMKJ/MKJRevealLoaderX

谢谢您的关注

我没有做适配,当时写的比较急,而且现在X8运行也会有约束的冲突,到时候重新写个视频直播类的东东吧。这个问题,首先有些Xib自带适配,你只需要布局子控件就好了,一般View类的就需要重新给frame,你可以自己用代码重写一下,我这个问题是CollectionView宽度一直是375,我没重写,所以就会有布局问题喽,你试着改一下就好了,很简单的

没有难点,几分钟的Demo,小弟比较菜,求大神有好的难点分享Demo