Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Fixed not set fields when emailAsUsername is set before fields are set. #135

Merged
merged 1 commit into from
Aug 25, 2015

Conversation

nlutsenko
Copy link
Contributor

  • Made fields property PFLogInView be readwrite, but only privately, which ultimately resolved the bug
  • Made fields property on PFLogInViewController change fields of PFLogInView, which makes it work as expected.

Fixes #130

@@ -286,7 +337,8 @@ - (void)layoutSubviews {
CGFloat loginButtonTopInset = floorf(24.0f * contentSizeScale.height);

CGRect frame = PFRectMakeWithSizeCenteredInRect([_logInButton sizeThatFits:loginContentSize],
loginContentRect);;
loginContentRect);
;
Copy link
Contributor

Choose a reason for hiding this comment

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

Kill.

@nlutsenko nlutsenko force-pushed the nlutsenko.login.emailAsUsername branch from 1e81d8a to d48428b Compare August 25, 2015 22:18
nlutsenko added a commit that referenced this pull request Aug 25, 2015
…rname

Fixed not set fields when emailAsUsername is set before fields are set.
@nlutsenko nlutsenko merged commit 996c99a into master Aug 25, 2015
@nlutsenko nlutsenko deleted the nlutsenko.login.emailAsUsername branch August 25, 2015 22:27
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.

3 participants