Release version 3.0.0, Swift 3

This commit is contained in:
Xavier Schott 2017-02-14 18:42:51 -08:00
parent bc5abc2367
commit c1020cef8f
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ public class TGPCamelLabels: UIControl {
}
}
func verticalAlign(aView:UIView, alpha alpha:CGFloat, attribute layout:NSLayoutAttribute) {
func verticalAlign(aView:UIView, alpha:CGFloat, attribute layout:NSLayoutAttribute) {
switch layout {
case .top:
aView.frame = {