Anders Melen
Anders Melen
Had to increase deployment target to support SwiftRSA framework. Updated README also
**Bug** There is a bug where a font attributed is ignored (when using attributedPlaceholder). The UITextView's font is used instead. **Fix** Checks to see if there is font set on...
### Summary Not sure if this is a bug or an awkward implementation. The scenario is you have two instances of the same top-level type (`BlockA` and `BlockB` are both...
### Describe the bug Seeing data race conditions ### Steps To Reproduce ```swift 1) Enable Thread Sanitization in scheme setting 2) Setup Auth ``` ### Expected behavior I should not...