objective c - Reproducing the Tumblr Tagging Effect in iOS -


i'm stumped how it.

first, view looks this:
starting image

next, tap in tags bar (i assume modified uitextfield placeholder image) , tags bar animates top of view. seen in photo below:
tags tapped image

you can add tag typing word or series of words , clicking return on keyboard. once this, bubble encompasses tag , shows on tag bar.

once have finished, clicked "done" button , tags bar animates downward original position, along tags in bar, shown below:
final position image

i have several questions:

  1. how animate tags bar , tags field downward, , how animate tags field upward (i assume coreanimation - have no experience it. group views this, or one-by-one)
  2. how produce "tagging affect" in uitextview/field?

my 1 theory group bottom 2 views uiview, , animate whole. tagging process, don't bubbles (i have no idea on how this), allow single-word tags , parse textview , insert words manually bar. think may produce bit of lagging affect though.

i finished creating pretty versatile class should need. can find here: rolemodel/rmstokenview.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -