Skip to content
This repository was archived by the owner on Aug 14, 2019. It is now read-only.

Bug #1449 - It doesn't seem like you can change the height of the inp… #1477

Merged
merged 1 commit into from
Mar 3, 2016

Conversation

GuyKahlon
Copy link
Contributor

Pull request checklist

What's in this pull request?

...

…utToolbar using the documented property preferredDefaultHeight since it is used to configure the height constraint in viewDidLoad.

In order to fix the bug I added the line of code:

self.toolbarHeightConstraint.constant = self.inputToolbar.preferredDefaultHeight;

In the method:

viewWillAppear, and now the view load with the correct constraints.

…t of the inputToolbar using the documented property preferredDefaultHeight since it is used to configure the height constraint in viewDidLoad.

In order to fix the bug I added the line of code:

self.toolbarHeightConstraint.constant = self.inputToolbar.preferredDefaultHeight;

In the method:

viewWillAppear, and now the view load with the correct constraints.
@jessesquires jessesquires added this to the 7.2.1 milestone Mar 3, 2016
@jessesquires
Copy link
Owner

👍

jessesquires added a commit that referenced this pull request Mar 3, 2016
fix for preferredDefaultHeight. close #1449
@jessesquires jessesquires merged commit cd0c9f6 into jessesquires:develop Mar 3, 2016
@jessesquires jessesquires mentioned this pull request Mar 3, 2016
1 task
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants