-
Notifications
You must be signed in to change notification settings - Fork 15
Customization
Egor Badmaev edited this page Jan 28, 2023
·
2 revisions
In this article, you will learn how to set up an emoji picker
Color for the selected emoji category. The default value of this property is .systemBlue
.
viewController.selectedEmojiCategoryTintColor = .systemRed
The direction of the arrow for EmojiPicker. The default value of this property is .up
.
viewController.arrowDirection = .up
Inset from the sourceView
border. The default value of this property is 0
.
viewController.horizontalInset = 0
Defines whether to dismiss emoji picker or not after choosing. The default value of this property is true
.
viewController.isDismissedAfterChoosing = true
Custom height for EmojiPicker. The default value of this property is nil
.
viewController.customHeight = 300
Feedback generator style. To turn off, set nil
to this parameter. The default value of this property is .light
.
viewController.feedbackGeneratorStyle = .soft