Skip to content

Commit 4e38995

Browse files
Merge pull request #13 from htmlprogrammist/develop
3.0.8
2 parents cc418c4 + bb8d4c6 commit 4e38995

31 files changed

Lines changed: 226 additions & 196 deletions

EmojiPicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'EmojiPicker'
3-
s.version = '3.0.7'
3+
s.version = '3.0.8'
44
s.license = 'MIT'
55
s.summary = 'Emoji picker for iOS like on MacOS'
66
s.homepage = 'https://github.com/htmlprogrammist/EmojiPicker'
Binary file not shown.

Example App/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- EmojiPicker (3.0.7)
3-
- EmojiPicker/Tests (3.0.7)
2+
- EmojiPicker (3.0.8)
3+
- EmojiPicker/Tests (3.0.8)
44

55
DEPENDENCIES:
66
- EmojiPicker (from `../`)
@@ -11,7 +11,7 @@ EXTERNAL SOURCES:
1111
:path: "../"
1212

1313
SPEC CHECKSUMS:
14-
EmojiPicker: 296cacb36c0eb34fe978d5411eaa06a67cd6da4b
14+
EmojiPicker: 2015f097678687260575d880b5960194802d6958
1515

1616
PODFILE CHECKSUM: e686a8fbd8a5367eac0bf7fb77e0bbddf18a2353
1717

Example App/Pods/Local Podspecs/EmojiPicker.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 90 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Target Support Files/EmojiPicker/EmojiPicker-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/Pods/Target Support Files/EmojiPicker/ResourceBundle-Resources-EmojiPicker-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# EmojiPicker
2-
3-
Emoji picker for iOS like on macOS
4-
5-
<p float="left">
6-
<img src="https://user-images.githubusercontent.com/50948518/172110164-b0dec76f-495d-4112-ad00-2708ffdda54a.gif" width="230">
7-
<img src="https://user-images.githubusercontent.com/50948518/171909950-ebf388f3-83a1-4b63-ad54-f58ba947e3bb.png" width="230">
1+
<p align="center">
2+
<br>
3+
<b>EmojiPicker</b> is a customizable package<br>implementing macOS-style emoji picker popover
4+
<br>
5+
<img width="640" alt="Emoji Picker Preview" src="https://user-images.githubusercontent.com/60363270/215256897-bb78172d-703b-4eba-8e99-8de36f323202.png">
86
</p>
97

108
## Navigation
@@ -15,16 +13,17 @@ Emoji picker for iOS like on macOS
1513
- [Manually](#manually)
1614
- [Quick Start](#quick-start)
1715
- [Usage](#usage)
18-
- [Required parameters](#required-parameters)
16+
- [Delegate](#delegate)
17+
- [Source view](#source-view)
1918
- [Selected emoji category tint color](#selected-emoji-category-tint-color)
2019
- [Arrow direction](#arrow-direction)
2120
- [Horizontal inset](#horizontal-inset)
2221
- [Is dismissed after choosing](#is-dismissed-after-choosing)
2322
- [Custom height](#custom-height)
2423
- [Feedback generator style](#feedback-generator-style)
25-
- [Localizations](#localizations)
24+
- [Localization](#localization)
2625
- [Contributing](#contributing)
27-
- [Getting started](#getting-started)
26+
- [Experiments](#experiments)
2827

2928
## Installation
3029

@@ -153,16 +152,19 @@ viewController.feedbackGeneratorStyle = .soft
153152

154153
## Localization
155154

155+
* Chinese 🇨🇳
156156
* English 🇬🇧
157-
* Russian 🇷🇺
158-
* Ukraine 🇺🇦
159157
* French 🇫🇷
160158
* German 🇩🇪
161159
* Hindi 🇮🇳
160+
* Russian 🇷🇺
162161
* Turkish 🇹🇷
162+
* Ukrainian 🇺🇦
163163

164164
You can also contribute your language to this list. Please, read [following heading](#contributing) for more information.
165165

166+
> ❗️ Note that the languages are arranged in alphabetical order
167+
166168
## Contributing
167169

168170
Contributions are welcomed and encouraged! Please see the [Contributing guide](https://github.com/htmlprogrammist/EmojiPicker/blob/main/CONTRIBUTING.md).
@@ -171,7 +173,7 @@ To be a truly great community, we need to welcome developers from all walks of l
171173

172174
To give clarity of what is expected of our members, we have adopted the code of conduct defined by the Contributor Covenant. This document is used across many open source communities, and we think it articulates our values well. For more, see the [Code of Conduct](https://github.com/htmlprogrammist/EmojiPicker/blob/main/CODE_OF_CONDUCT.md).
173175

174-
## Getting started
176+
## Experiments
175177

176178
To play around with the project, contribute to it, see how it works or adapt it for yourself:
177179

Sources/EmojiPicker.h

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)