makemake
makemake
我在做一款儿童类的绘画应用,参考'MaLiang'的库受益匪浅。 因为对metal这一块的知识点了解不够,想用 [demo](https://github.com/make1a/PaintImageView)里面的算法和metal这一套逻辑来填充。大神有打算做着一块的功能吗,想学习一下。
进度条来回跳
iPhoneX 真机 上滑动进度条时会来回跳 
Crash 闪退
**Describe the bug** 调用 dic = [LSCValue toDictionary] 方法 let data = try JSONSerialization.data(withJSONObject: dic, options: []) 会闪退报错: firebase 崩溃: Fatal Exception: NSInvalidArgumentException Invalid type in JSON write (_NSInlineData) -...
[Unknown process name] CGBitmapContextCreate: unsupported parameter combination: set CGBITMAP_CONTEXT_LOG_ERRORS environmental variable to see the details [Unknown process name] CGContextDrawImage: invalid context 0x0. If you want to see the backtrace, please...
**Short description of the issue**: crash on -[RxCocoa.RxTextViewDelegateProxy text]: unrecognized selector sent to instance 0x28132bdb0 ```swift private let userInputSubject = PublishSubject() private let emoticonsRelay = BehaviorRelay(value: []) private var disposeBag...
version: Kingfisher (7.10.0) ``` HeadTitle: Fatal Exception: NSMallocException Failed to grow buffer Fatal Exception: NSMallocException 0 CoreFoundation 0x940c __exceptionPreprocess 1 libobjc.A.dylib 0x15c10 objc_exception_throw 2 CoreFoundation 0x19c5c8 -[NSInvocation retainArguments].cold.1 3 CoreFoundation...
很多这种警告,不知道如何解决。 
 用最新版本mars编译的,怎么解决这个问题 Xcode 版本13.4.1 和 14.2
When I use ``` swift class InputAccessoryExampleViewController: CommonTableViewController { // MARK: - Properties override var inputAccessoryView: UIView? { return inputBar } override var canBecomeFirstResponder: Bool { return true } //...
    想咨询一下, 我正在进行 app 的内存诊断工作,通过instrument Mark Generation 内存断点排查增长的内存会有大量的内存堆积在`SessionDataTask`(如下图)。 搭配 Memory Graph 诊断的时候 dirty memory 有两块大额内存集中在IOSurface、Image IO, 是使用了DownsamplingImageProcessor ,内部的 ImageIO scale 图片产生的。 我无法分辨,这些 dirty memory是否是应该存在的。 当我app 达到内存预警水位的时候,如何释放一部分内存。因为我注意到SessionDataTask 这块内存似乎一直在增长,`clearMemoryCache`无法清理这块内存。...