Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring keyboard handling #125

Merged
merged 4 commits into from
Sep 19, 2017
Merged

Refactoring keyboard handling #125

merged 4 commits into from
Sep 19, 2017

Conversation

SD10
Copy link
Member

@SD10 SD10 commented Sep 14, 2017

Changes:

messagesCollectionView.topAnchor.constraint(equalTo: view.topAnchor),
messagesCollectionView.leadingAnchor.constraint(equalTo: view.leadingAnchor),
messagesCollectionView.trailingAnchor.constraint(equalTo: view.trailingAnchor),
let top = messagesCollectionView.topAnchor.constraint(equalTo: topLayoutGuide.bottomAnchor)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may have to be changed to constraint(equalTo: view.topAnchor, constant: topLayoutGuide.length)

@codecov-io
Copy link

codecov-io commented Sep 15, 2017

Codecov Report

Merging #125 into v0.8.0 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           v0.8.0   #125   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          77     77           
=====================================
  Hits           77     77

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db61882...c9fdb2d. Read the comment docs.

@SD10 SD10 changed the title Refactoring keyboard handling [WIP] Refactoring keyboard handling Sep 15, 2017
@SD10 SD10 changed the title [WIP] Refactoring keyboard handling Refactoring keyboard handling Sep 19, 2017
@SD10 SD10 merged commit 847338c into v0.8.0 Sep 19, 2017
@SD10 SD10 deleted the refactor/keyboard-handling branch September 20, 2017 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants