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

v0.6.0 #80

Merged
merged 24 commits into from
Sep 2, 2017
Merged

v0.6.0 #80

merged 24 commits into from
Sep 2, 2017

Conversation

SD10
Copy link
Member

@SD10 SD10 commented Aug 25, 2017

No description provided.

@codecov-io
Copy link

codecov-io commented Aug 25, 2017

Codecov Report

Merging #80 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #80   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          71     77    +6     
=====================================
+ Hits           71     77    +6
Impacted Files Coverage Δ
Tests/MessagesDisplayDataSourceTests.swift 100% <100%> (ø) ⬆️

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 1e612fd...ec496a0. Read the comment docs.

NotificationCenter.default.addObserver(self, selector: #selector(handleKeyboardWillShow), name: .UIKeyboardWillShow, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(handleKeyboardDidChangeState), name: .UIKeyboardWillHide, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(handleKeyboardDidChangeState), name: .UIKeyboardWillShow, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(handleKeyboardDidChangeState), name: .UIKeyboardWillChangeFrame, object: nil)

}

fileprivate func removeKeyboardObservers() {
NotificationCenter.default.removeObserver(self, name: .UIKeyboardWillHide, object: nil)
NotificationCenter.default.removeObserver(self, name: .UIKeyboardWillShow, object: nil)
Copy link
Member Author

Choose a reason for hiding this comment

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

Need to remove the .UIKeyboardWillChangeFrame observer here

@SD10 SD10 mentioned this pull request Sep 1, 2017
@SD10 SD10 changed the title [WIP] v0.6.0 v0.6.0 Sep 1, 2017
@SD10
Copy link
Member Author

SD10 commented Sep 2, 2017

Please travis work with me and build in a timely fashion 🙏

@SD10 SD10 merged commit 8beed4c into master Sep 2, 2017
@SD10 SD10 deleted the v0.6.0 branch September 2, 2017 04:55
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.

None yet

4 participants