ShyWooody
ShyWooody
> @shywoody I noticed simulator could drop a few frames every once and a while but on device it's behaves how you would expect. oh~, thx. u r right. it's...
> How does it behave on real devices? What kind of content do you have in the sheet? thx. 👍 , it runs smoothly in real devices. everything is perfer...
> I'm keeping this around to see if I can improve the behavior in the simulator. There's no reason for this to lag just because you run it on a...
demo中点击图片预览后无法滑到下一张图,且下滑无法关闭控制器
按您的方法好像依然会出现上滑, 以及出现黑色的滑条 XCode 13.3 iOS 14.1
ld: '/Users/mac/Desktop/work/xxxxx/Pods/mp3lame-for-ios/lame.framework/lame(lame.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for...
issue第六个有个同学fork并进行了解决你试试看可不可行,可行记得回来回复下
try this, it works for me ~ ``` .frame(width:abs(self.contentWidthFor(geometry))) ```
> 相册只要一张图片,但是加载网络图片reloadCellAtIndex方法触发三次问题。导致一张图片同时下载三次哦。怎么解决该问题呢? > > 屏蔽JXPhotoBrowser中viewDidLoad方法中的两行代码,就只会重复调用两次,请问这个问题怎么只控制调用一次呢?: > > ```swift > // view.setNeedsLayout() > // view.layoutIfNeeded() > ``` 现在这个demo跑在iOS 15.5的模拟器上会出现滑动不到下一张图也无法滑动关闭, 楼主有遇到么?
> 别用这个 socket.io-client-swift 了,作者不用心,也不维护了。 Socket.io 作为 server 不错,但在 iOS 上并没有稳定可靠的 client SDK. 有什么其他的库推荐么.