Daniel Saidi
Daniel Saidi
This has been implemented in the upcoming `9.7` version.
KeyboardKit 8.8 is already too big - I'll try to get this done in 8.9.
I have started working on this. The firs step was to move the keyboard theme model to the open-source package, so that we can add a theme context to it....
This will be available in `8.9`.
The `5.3` update deprecates a bunch of stuff that is no longer needed or that don't really belong in this SDK.
The `5.4` version moves `ButtonType` to a separate [StandardButtons](https://github.com/danielsaidi/StandardButtons) project.
The `5.5` version moves `FlipView` to a separate [FlipView](https://github.com/danielsaidi/FlipView) project.
The `5.6` version moves `PageView` to a separate [PageView](https://github.com/danielsaidi/PageView) project.
The `5.7` version moves pickers to a separate [PickerKit](https://github.com/danielsaidi/PickerKit) project.
Hi @DavidAlvarezDev Happy to hear that the library has helped you out :) The rich text editor is just a thin wrapper over the native UITextView and NSTextView. Do you...