David Hoerl
Results
13
issues of
David Hoerl
public func + (left: NSMutableAttributedString, right: NSMutableAttributedString) -> NSMutableAttributedString { left.appendAttributedString(right) return left } You can see all in my fork: https://github.com/dhoerl/string-in-chain I also edited your readme to make the...
**Describe the bug** My app "SalesPro" has been using IQKeyboardManager for years. We use all default settings, and our only direct interaction with it has been to exclude a few...