Skip to content

Commit

Permalink
title multiply lines Fixes #105
Browse files Browse the repository at this point in the history
  • Loading branch information
0ber committed Apr 5, 2019
1 parent 582d523 commit fd638e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ private extension OnboardingContentViewItem {
func createTitleLabel(_ onView: UIView, padding: CGFloat) -> UILabel {
let label = Init(createLabel()) {
$0.font = UIFont(name: "Nunito-Bold", size: 36)
$0.numberOfLines = 0
}
onView.addSubview(label)

Expand Down
2 changes: 1 addition & 1 deletion paper-onboarding.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "paper-onboarding"
s.version = "6.0.0"
s.version = "6.1.0"
s.summary = "Amazing onboarding."
s.license = 'MIT'
s.homepage = 'https://github.com/Ramotion/paper-onboarding'
Expand Down

0 comments on commit fd638e9

Please sign in to comment.