Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Settings VC #103

Merged
merged 4 commits into from
Apr 8, 2017
Merged

Settings VC #103

merged 4 commits into from
Apr 8, 2017

Conversation

riwu
Copy link
Member

@riwu riwu commented Apr 7, 2017

See #100 for some background info

@riwu riwu requested review from xiendong, donjar and li-kai April 7, 2017 16:10
@codecov
Copy link

codecov bot commented Apr 7, 2017

Codecov Report

Merging #103 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   67.14%   67.14%           
=======================================
  Files          34       34           
  Lines         831      831           
=======================================
  Hits          558      558           
  Misses        273      273
Flag Coverage Δ
#ios 67.14% <ø> (ø) ⬆️

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 ac14ed2...443cc1a. Read the comment docs.

@riwu
Copy link
Member Author

riwu commented Apr 7, 2017

Preview: http://i.imgur.com/fQFAp11.png

Copy link
Collaborator

@xiendong xiendong left a comment

Choose a reason for hiding this comment

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

just 1 change

}
}

private func promptSignIn() -> Bool {
Copy link
Collaborator

Choose a reason for hiding this comment

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

what does promptSignIn return? is it shouldPromptSignIn or prompt signed in or prompt displayed success?

Copy link
Member Author

Choose a reason for hiding this comment

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

added docs to explain it

return false
}

private func showAlert(title: String, message: String) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Might actually want to abstract this into a helper class in the future.

@riwu riwu merged commit 6f02dbd into master Apr 8, 2017
@riwu riwu deleted the settings-page branch April 8, 2017 01:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants