nghialv / MaterialKit

Material design components for iOS written in Swift
MIT License
2.51k stars 290 forks source link

iPhone 4S simulator #65

Closed pkgundam closed 7 years ago

pkgundam commented 7 years ago

Hi -

I am sorry this is not an issue with the library but something I am facing in my workspace.

the library is giving lot of compilation errors when I build by selecting iPhone 4s (iOS >= 8.1) simulators. It builds properly in iPhone 5S and above simulators. Do you know what could be the reason?

Thank you for the library and help.

Sample compilation error

"MaterialKit.MKTableViewCell.rippleScaleRatio.getter : CoreGraphics.CGFloat", referenced from: _OBJCCLASS$__TtC11SoccerScorer22ScoreTableViewCell in ScoreTableViewCell.o

Thank you