File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- @version = "1.10.14 "
1
+ @version = "1.10.15 "
2
2
3
3
Pod ::Spec . new do |s |
4
4
s . name = "CHSlackTextViewController"
Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ - (void)slk_setupViewConstraints
678
678
@" right" : @(self.contentInset .right ),
679
679
};
680
680
681
- [self addConstraints: [NSLayoutConstraint constraintsWithVisualFormat: @" H:|-(left)-[leftButton(0)][textView]-(right)-[rightButton(60)]-(right)-|" options: 0 metrics: metrics views: views]];
681
+ [self addConstraints: [NSLayoutConstraint constraintsWithVisualFormat: @" H:|-(left)-[leftButton(0)][textView]-(right@750 )-[rightButton(60)]-(right)-|" options: 0 metrics: metrics views: views]];
682
682
[self addConstraints: [NSLayoutConstraint constraintsWithVisualFormat: @" V:|-(>=0)-[leftButton(0)]-(0@750)-|" options: 0 metrics: metrics views: views]];
683
683
[self addConstraints: [NSLayoutConstraint constraintsWithVisualFormat: @" V:|-(>=0)-[rightButton]-(<=0)-|" options: 0 metrics: metrics views: views]];
684
684
[self addConstraints: [NSLayoutConstraint constraintsWithVisualFormat: @" H:|-(left@250)-[charCountLabel(<=50@1000)]-(right@750)-|" options: 0 metrics: metrics views: views]];
You can’t perform that action at this time.
0 commit comments