Skip to content

Commit

Permalink
fix layoutconstraint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgitsource committed Jul 19, 2021
1 parent c9310bb commit 0a6bc49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions Example/Pods/Pod/Classes/DownPicker.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pod/Classes/DownPicker.m
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ - (IBAction)showPicker:(id)sender
style:UIBarButtonItemStylePlain
target:self
action:@selector(cancelClicked:)];

[toolbar setItems:[NSArray arrayWithObjects:cancelButton, flexibleSpace, doneButton, nil]];
} else {
[toolbar setItems:[NSArray arrayWithObjects:flexibleSpace, doneButton, nil]];
Expand Down

0 comments on commit 0a6bc49

Please sign in to comment.