isaced / ISEmojiView

Emoji Keyboard for iOS
MIT License
522 stars 119 forks source link

Small bug fixes #22

Closed Beniamiiin closed 6 years ago

Beniamiiin commented 6 years ago
  1. Change resource_bundles path in Podspec. We can't use subdirectories because in this case, cocoapod duplicate images. He put them in the directory and in the root directory of the resource. But check it not in an example project, because in the example project pod install as development pod.

  2. Implemented states(normal, selected) for categories images.

  3. Fixed delete button image. I saw that you put ic_emojiDelete.png in Images directory in this case you can't use it from xib, because of this image located in the subdirectory. So I added ability getting this image from resources.