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

Button area have no response when the views in "stack" status #8

Merged
merged 1 commit into from
Dec 2, 2014

Conversation

nick-iqnect
Copy link

pull request

@@ -58,10 +58,25 @@ -(void)dealloc{
[super dealloc];
}
-(IBAction)onButtonTitle:(id)sender{
NSLog(@"button");
UIView *thisButton = (UIView *)sender;

Choose a reason for hiding this comment

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

Should read UIButton *thisButton for clarity, even though that is strictly correct

ricsantos added a commit that referenced this pull request Dec 2, 2014
Button area have no response when the views in "stack" status
@ricsantos ricsantos merged commit 32e8028 into develop Dec 2, 2014
@ricsantos ricsantos deleted the feature/7 branch December 2, 2014 23: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.

2 participants