wishkit / wishkit-ios

In-App Feature Requests. Made Easy.
https://wishkit.io
MIT License
133 stars 24 forks source link

Configuration option for the Done button #19

Closed ulibath closed 1 year ago

ulibath commented 1 year ago

We have wrapped the WishKit view in one of our views and would like to have the option to deactivate the Done button completely.

martinlasek commented 1 year ago

You can now hide/show the done button (is hidden by default) starting with v4.0.0 of WishKit!

WishKit.config.buttons.doneButton.display = .hide