https://github.com/forkingdog/FDStackView
platform :ios, ‘7.0‘pod "FDStackView", "1.0"
platform :ios, ‘7.0‘
pod "FDStackView", "1.0"
pod install --verbose --no-repo-update
导入即可使用,在使用 storyboard 时,设置 builds for 9.0 and later 会避免编译错误
其它无需任何操作
UIStackView 支持 IOS7.0+
原文:http://www.cnblogs.com/mkr127/p/5498909.html