Skip to content

Commit

Permalink
replace unavailable function invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Barreto committed Jan 30, 2016
1 parent aaeabaa commit aefbb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ButtonBarViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ButtonBarViewCell: UICollectionViewCell {
let label = UILabel(frame: self.contentView.bounds)
label.autoresizingMask = [.FlexibleWidth, .FlexibleHeight]
label.textAlignment = .Center
label.font = UIFont.systemFontOfSize(14.0, weight: UIFontWeightMedium)
label.font = UIFont.boldSystemFontOfSize(14.0)
return label
}()

Expand Down

0 comments on commit aefbb66

Please sign in to comment.