wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

ot able to show popup #116

Open kashyapbhatt007 opened 6 years ago

kashyapbhatt007 commented 6 years ago
        CustomIOSAlertView * alertView = [[CustomIOSAlertView alloc] init];
        alertView.delegate=self;

        alertView.useMotionEffects=YES;
        [alertView setButtonTitles:[NSMutableArray arrayWithObjects:@"X", nil]];
        [alertView setContainerView:MyView];

        [alertView show];

Not showing popup.