0

I am a iOS application developer. I am now working with iOS8 custom keyboard. I have created a custom keyboard with custom view. I can put their button and view. I am unable to put image or animated image(GIF) over there. Can any one please help me to make this done.

Bis
  • 713
  • 1
  • 5
  • 7

1 Answers1

0

You can't use GIF images in custom keyboard. Add the png images into custom keyboard target directory ( Not your application directory ).

After adding the images, Check in custom keyboard target -> Build Phases -> Copy Bundle Resources. If images not added here, add the images using + button

Anbu Raj
  • 831
  • 2
  • 8
  • 25
  • How can you say that we can not use GIF images in custom keyboard? Is there any proof or link? – Jagat Dave Jan 28 '16 at 13:02
  • GIF can definitely be use in custom keyboard. You can refer to this useful category methods which allow you to load GIF images. https://github.com/mayoff/uiimage-from-animated-gif – Keith Yeoh May 19 '17 at 11:46