IFTTT / JazzHands

A simple keyframe-based animation framework for UIKit. Perfect for scrolling app intros.

Home Page:http://ifttt.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use it in AutoLayout ?

CharlinFeng opened this issue · comments

hello,

you say we use this framework , we should turn off autolayout first,

but,now,we must use auto layout,can you show me how to use this framework for auto layout?

thank U

JazzHands definitely doesn't require you to turn off AutoLayout. You can animate the constant of an AutoLayout constraint with IFTTTConstraintsAnimation.

@nsdictionary JazzHands 2.0 now includes a demo that shows how to use easily use AutoLayout in your animated paging scroll view.