dineshiOSDev

Results 5 comments of dineshiOSDev

Configure it when you instantiate your plugin. HKWMentionsPluginV1.mentionsPlugin(withChooserMode: mode, controlCharacters: controlCharacters, searchLength: 0, **unselectedColor: Theme.standard.primary, selectedColor: .red, selectedBackgroundColor: .black**)

@dimpy-iroid try `HKWMentionsPluginV2.mentionsPluginWithChooserMode` method and instead of delegate use `defaultChooserViewDelegate`

@dimpy-iroid try `HKWMentionsDefaultChooserViewDelegate` instead.

> @csfelipe you can initialize `HKWMentionsPlugin` with `customLockBottomNoArrow` chooser mode, and then configure the callback where you can place chooser view anywhere you want: > > ``` > mentionsPlugin.setChooserTopLevel(messageAccessoryView.mentionsContainer) {...