Skip to content

Commit

Permalink
Fixed long titles
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoliveira committed Jul 22, 2016
1 parent 3ce4dfb commit 5ac0fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BOShareComposer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'BOShareComposer'
s.version = '0.3.3'
s.version = '0.3.4'
s.summary = 'A simple text + URL share composer'
s.description = <<-DESC
Composer like share to do custom shares, example: share via direct message twitter they dont have
Expand Down
2 changes: 1 addition & 1 deletion BOShareComposer/Classes/ShareViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ extension ShareViewController {
make.bottom.equalTo(titleDivider.snp_top).priorityMedium()
make.centerX.equalTo(contentView)
make.centerY.equalTo(dismissButton).priorityHigh()
make.left.equalTo(dismissButton.snp_right)
make.left.equalTo(dismissButton.snp_right).offset(2)
make.right.equalTo(confirmButton.snp_left).offset(-4)
}
popupTitle.setContentHuggingPriority(UILayoutPriority.init(1),
Expand Down

0 comments on commit 5ac0fe3

Please sign in to comment.