CMK

Results 96 comments of CMK

Confirmed. Sorry the late reply. I'll make a patch later. Thank you for your feedback.

Hi, @tjb Yes, you can. Please check the `MetaTextKit` package v2 and `UIInputView.insertText` method. I think it's a `DispatchQueue` working sync issue and maybe more reasones. Also, I will notify...

@tjb Hello, the emoji rendering is implemented by v2 `MetaTextKit` which using the Apple `TextKit` SDK. Please check this: https://github.com/TwidereProject/MetaTextKit/blob/3ea336d3de7938dc112084c596a646e697b0feee/Sources/MetaTextKit/MetaLayoutManager.swift#L104-L109 I guess the emoji rendering logic may break the cursor...

The workaround not fix the app target for iOS 15 only. The app still find and use the `keyboardLayoutGuide ` from UIKit but not the package. https://github.com/MainasuK/KeyboardLayoutGuide/tree/fix/iOS15 Rename the guide...

@s4cha You can try push a view in navigation stack or present a modal then dismiss it. The native one get a bug in iOS 15.0 build in my case....

@Topwiz I use the TwitterTextEditor `layoutManager` as the layout backend. And set the image placeholder with space and keep the range. Then replace that space with `SuffixedAttachment`. It works. Maybe...

Xcode 11 support SPM finally. However, it's still a pain to use the resource in SPM. (Also Post-Script) https://bugs.swift.org/browse/SR-2866

That's happend when nest the `Tabman/Pageboy` into a vertical scroll view. I'm not sure that's an UIKit bug or framework issue. There is a demo to nest the `XLPagerTabStrip` into...

> Why is this an update with animation? Shouldn't that be an update without animation? It's some magic from `UITableView`. The compose scene is rewritten with `SwiftUI` in #533. It's...