I am trying to use TZStackView due to limitations of UIStackView but since it's written in swift, I can't add it to my project which is Objective-c project.
I've added swift class to objective-c projects before but this doesn't seem to work.
I've copied TZStackView files to my project directory and got like hundreds of error messages.
How do I use it ( I don't wanna use pods)?
答案 0 :(得分:1)
使用TZStackView v1.2.0,TZStackView v1.3.0支持swift 3,它仅适用于xcode8。对于xcode7使用TZStackView v1.2.0。