Skip to content

Refactoring keyboard handling#125

Merged
SD10 merged 4 commits into
v0.8.0from
refactor/keyboard-handling
Sep 19, 2017
Merged

Refactoring keyboard handling#125
SD10 merged 4 commits into
v0.8.0from
refactor/keyboard-handling

Conversation

@SD10

@SD10 SD10 commented Sep 14, 2017

Copy link
Copy Markdown
Member

Changes:

Comment thread Sources/MessagesViewController.swift Outdated
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
Copy Markdown
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

codecov-io commented Sep 15, 2017

Copy link
Copy Markdown

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