Using version 0.3.3 (SPM).
The delete button is missing from the category view.
let keyboardSettings = KeyboardSettings(bottomType: .categories)
keyboardSettings.isShowPopPreview = true
keyboardSettings.needToShowAbcButton = false
keyboardSettings.needToShowDeleteButton = true
keyboardSettings.updateRecentEmojiImmediately = true
The delete button does not appear.
Using the pageControl bottom type and a delete button results in a crash.
Using version 0.3.3 (SPM).
The delete button is missing from the category view.
The delete button does not appear.
Using the
pageControlbottom type and a delete button results in a crash.