objective c - Reproducing the Tumblr Tagging Effect in iOS -
i'm stumped how it.
first, view looks this:
next, tap in tags bar (i assume modified uitextfield placeholder image) , tags bar animates top of view. seen in photo below:
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:
i have several questions:
- 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)
- 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
Post a Comment