v2.0.2: Bug fixes & improvements
- Use
instancetype
instead ofid
for init methods. - More code reuse.
- Remove call to remove all animations on own layer (which could affect animations added to the MarqueeLabel itself, not the intent).
- Better handling of AutoLayout constraints tied to the text baseline (issue #68).