ios - UILabel reveal animation (without moving or resizing the text) -


i have been struggling day. want reveal label bottom top without text moving or resizing @ point. reveal effect. in image belowenter image description here

all solutions have came far cause text move. tried doing scale transform (with setting anchor bottom) caused text inside resize when animation happening. tried putting label in view , resize view (and setting autoresize subview no , clip subview yes) still causes label inside move.

place opaque view on top of hello world , slide upwards. if have ui elements above it, make sure above sliding element.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -