YuAo / WUEmoticonsKeyboard

Customizable emotion icons keyboard for iOS.
MIT License
339 stars 74 forks source link

WUEmoticonsKeyboard crash when I remove textIconsGroup #8

Closed rk-ekalaya closed 10 years ago

rk-ekalaya commented 10 years ago

dear developer i want to add some segment emoticon into keyboard i guess i can do it by adding WUEmoticonsKeyboardKeyItemGroup into this line -> keyboard.keyItemGroups = @[imageIconsGroup,textIconsGroup]; but if i remove the textIconsGroup, it will crash. why its happen? bug or something maybe? thanks for the attention..

YuAo commented 10 years ago

Yes, you can remove that textIconsGroup. You have to also remove the Custom text icons scroll background code below.

However, if you remove that key group, the keyboard will look weird because there's only one key group there.

I am going to add a space key when there's only one KeyItemGroup on the keyboard, see #1.

YuAo commented 10 years ago

I'll add the space key ASAP.

rk-ekalaya commented 10 years ago

okey thanks.. i,ve add another WUEmoticonsKeyboardKeyItemGroup, so it will be 3. so, not weird at all

YuAo commented 10 years ago

Great!