We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db27ae commit 0f802aeCopy full SHA for 0f802ae
1 file changed
README.md
@@ -125,7 +125,7 @@ viewController.horizontalInset = 0
125
Defines whether to dismiss emoji picker or not after choosing. The default value of this property is `true`.
126
127
```swift
128
-viewController.isDismissAfterChoosing = true
+viewController.isDismissedAfterChoosing = true
129
```
130
131
### Custom height
@@ -151,7 +151,7 @@ viewController.feedbackGeneratorStyle = .soft
151
- [x] Segmented control for jumping an emoji section
152
- [x] Automatic adjustment of the relevant set of emoji for the iOS version
153
- [ ] Select skin tones from popup
154
-- [ ] Seach bar and search results
+- [ ] Search bar and search results
155
- [ ] Recently used
156
157
## Localization
0 commit comments