Crazy Developer
Crazy Developer

Reputation: 3464

Text Changing animation same like as ios 8 keyboard text prediction

enter image description here

I am developing app for custom keyboard. I want to add the predication with the animation as apple provide.(Check this GIF image)

In this image you can see the animation happening while word change from "Include -> Instead -> Instantly -> Install -> Installing".

I want to implement the same animation for my keyboard also.

Upvotes: 3

Views: 613

Answers (1)

Max
Max

Reputation: 3439

May be you have to customize a bit, but TOMSSuggestionBar is a very good starting point providing you the exact animation and good structure for delegate/datasource.

Demo

Upvotes: 1

Related Questions