2015-01-19 How to make UIButton outside superview clickable ios in superview.m file 12345678- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent *)event { if (CGRectContainsPoint(self.bounds, point) || CGRectContainsPoint(self.outsideButton.frame, point)) { return YES; } return NO;} < NSAssert note create .war for tomcat >