Added
- General:
- Migrate code to support to Swift 5.0.
- Refactor to use a single config
- Build: Add support for SwiftPM.
- Demo App: Update html embed example to include css style for tags.
Fixed
- Demo App: Fix tests not working due to changes in iOS 13.0.
Changed
- General:
- Code cleanup and simplification of nib bundle loading.
- Use custom textViews that...