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

[self.IntroView removeFromSuperView] doesn't work #6

Open
Keymo opened this issue May 26, 2016 · 2 comments
Open

[self.IntroView removeFromSuperView] doesn't work #6

Keymo opened this issue May 26, 2016 · 2 comments

Comments

@Keymo
Copy link

Keymo commented May 26, 2016

how to show my homepage when pressed "Let's go" button?
thank u so much

@AdamBCo
Copy link
Owner

AdamBCo commented May 26, 2016

@Keymo Could you please send me a small gist of the code you are trying to run? I will do my best to help you debug the issue! :)

@Keymo
Copy link
Author

Keymo commented May 26, 2016

thanks for your reply,right now my issue is that my homepage can't display
after ABCIntroView removed from superview.

-(void)onDoneButtonPressed{

// Uncomment so that the IntroView does not show after the user clicks
"DONE"

// NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];

// [defaults setObject:@"YES"forKey:@"intro_screen_viewed"];

// [defaults synchronize];

[UIView animateWithDuration:1.0 delay:0
options:UIViewAnimationOptionCurveEaseInOut animations:^{

    self.introView.alpha = 0;

} completion:^(BOOL finished) {

    [self.introView removeFromSuperview];

}];

}

when i pressed "let's go" button,homepage didn't display,there is only a
black background.

On Wed, May 25, 2016 at 10:16 PM, Adam Cooper [email protected]
wrote:

@Keymo https://github.com/Keymo Could you please send me a small gist
of the code you are trying to run? I will do my best to help you debug the
issue! :)


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#6 (comment)

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

No branches or pull requests

2 participants