You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary="Use UIStackView as if it supports iOS6+."
s.description=<<-DESC
# Problem
UIStackView is a very handy tool to build flow layout, but it's available only when iOS9+, we've found some great compatible replacements like OAStackView, but we want more:
- **Perfect downward compatible**, no infectivity, use UIStackView **directly** as if it's shipped from iOS6.
- **Interface builder support**, live preview.
- Keep layout constraints as closely as UIStackView constructs.
# Usage
**Import nothing, learn nothing, it just works.**
- It will automatically replace the symbol for UIStackView into FDStackView at runtime before iOS9.