Mark Turner
Mark Turner
Exactly. In which case how would you feel about exposing `ValidatorTextFieldResponder` to make this possible without having to duplicate a lot of logic? @aamctustwo
Sounds good. I'll PR once I get the chance
Same issue here. What OS/CPU are you using @xiaoxiangmoe ? > Apple M1 Pro > System Version: macOS 12.0 (21A344) > Kernel Version: Darwin 21.0.1
Also wonder why a dispatch on the `loaderQueue` is queued from a `.main` dispatch? https://github.com/MihaelIsaev/UIKitPlus/blob/master/Classes/Objects/ImageLoader.swift#L38 Why not simplify and simply dispatch on the `loaderQueue`.
I'm a little confused why this was created in this repo @jess22664
Not sure if the gif above is clear enough. But the reveal button doesn't go to the edge of the screen.
Can provide my code. But as an example: ```swift override func animateCellSpringRelease() { UIView.animate(withDuration: self.animationDuration, delay: 0, options: .curveEaseOut, animations: { self.swipeTrailingConstraint.constant = 0 self.layoutIfNeeded() }, completion: self.releaseCompletionBlock) } ```
Perhaps the is a specific use case. With the virtual path we can reorganise the file system structure based on the project structure such as: ```swift extension PBXFileElement { func...
Wonder if it's also possible to perform a nested hierarchy sort of groups & types? 🤔
Not sure if this is helpful: https://github.com/pol-piella/sourcery-plugins https://github.com/KarimAlweheshy/spm-build-tools https://www.polpiella.dev/sourcery-swift-package-command-plugin/#how-to-run-sourcery-from-a-swift-package