Skip to content

Commit

Permalink
docs: add Experiments and TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlprogrammist committed Jan 14, 2023
1 parent cebbd3d commit 53bbeb4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
Binary file not shown.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,6 @@ Feedback generator style. To turn off, set `nil` to this parameter. The default
viewController.feedbackGeneratorStyle = .soft
```

## To Do

- [x] The main functionality for choosing emojis
- [x] Dark mode
- [x] Segmented control for jumping an emoji section
- [x] Automatic adjustment of the relevant set of emoji for the iOS version
- [ ] Select skin tones from popup
- [ ] Search bar and search results
- [ ] Recently used

## Localization

* English 🇬🇧
Expand All @@ -162,3 +152,12 @@ viewController.feedbackGeneratorStyle = .soft
* French 🇫🇷
* German 🇩🇪
* Hindi 🇮🇳

## Experiments

You can also try to play around with the project, see how it works or redo it for yourself and immediately see the result by opening the `EmojiPicker.xcworkspace` file from `Example/` directory:

1. Open `EmojiPicker.xcworkspace` file
2. Expand `Pods` target
3. Expand `Development Pods` and `EmojiPicker` directory
4. Have fun!
11 changes: 11 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# TODO

Here provided ideas or features which will be implemented soon.

- [x] The main functionality for choosing emojis
- [x] Dark mode
- [x] Segmented control for jumping an emoji section
- [x] Automatic adjustment of the relevant set of emoji for the iOS version
- [ ] Select skin tones from popup
- [ ] Search bar and search results
- [ ] Recently used

0 comments on commit 53bbeb4

Please sign in to comment.