Skip to content

Commit

Permalink
Release version 3.0.0, Swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Schott committed Feb 15, 2017
1 parent bc5abc2 commit c1020ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TGPControls/TGPCamelLabels.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c1020ce

Please sign in to comment.