Skip to content

Commit c1020ce

Browse files
author
Xavier Schott
committed
Release version 3.0.0, Swift 3
1 parent bc5abc2 commit c1020ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TGPControls/TGPCamelLabels.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public class TGPCamelLabels: UIControl {
360360
}
361361
}
362362

363-
func verticalAlign(aView:UIView, alpha alpha:CGFloat, attribute layout:NSLayoutAttribute) {
363+
func verticalAlign(aView:UIView, alpha:CGFloat, attribute layout:NSLayoutAttribute) {
364364
switch layout {
365365
case .top:
366366
aView.frame = {

0 commit comments

Comments
 (0)