ASDepthModal
ASDepthModal copied to clipboard
How can I add an UIButton with IBAction on the added popover View
It gonna get an error with
-
(IBAction)myButton:(id)sender {
NSLog(@"Pressed");
}
Hi! Me too!