File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,31 +95,31 @@ configuration.selectedEmojiCategoryTintColor = .systemRed
9595
9696### Arrow direction
9797
98- The direction of the arrow for EmojiPicker. The default value of this property is ` .up `
98+ The direction of the arrow for EmojiPicker. The default value of this property is ` .up ` .
9999
100100``` swift
101101configuration.arrowDirection = .up
102102```
103103
104104### Horizontal inset
105105
106- Inset from the ` sourceView ` border. The default value of this property is ` 0 `
106+ Inset from the ` sourceView ` border. The default value of this property is ` 0 ` .
107107
108108``` swift
109109configuration.horizontalInset = 0
110110```
111111
112112### Is dismiss after choosing
113113
114- Defines whether to dismiss emoji picker or not after choosing. The default value of this property is ` true `
114+ Defines whether to dismiss emoji picker or not after choosing. The default value of this property is ` true ` .
115115
116116``` swift
117117configuration.isDismissAfterChoosing = true
118118```
119119
120120### Custom height
121121
122- Custom height for EmojiPicker. The default value of this property is ` nil `
122+ Custom height for EmojiPicker. The default value of this property is ` nil ` .
123123
124124``` swift
125125configuration.customHeight = 300
You can’t perform that action at this time.
0 commit comments