-
Notifications
You must be signed in to change notification settings - Fork 16
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 = .systemRedThe direction of the arrow for EmojiPicker. The default value of this property is .up.
viewController.arrowDirection = .upInset from the sourceView border. The default value of this property is 0.
viewController.horizontalInset = 0Defines whether to dismiss emoji picker or not after choosing. The default value of this property is true.
viewController.isDismissedAfterChoosing = trueCustom height for EmojiPicker. The default value of this property is nil.
viewController.customHeight = 300Feedback generator style. To turn off, set nil to this parameter. The default value of this property is .light.
viewController.feedbackGeneratorStyle = .soft