Skip to content

ot able to show popup #116

@kashyapbhatt007

Description

@kashyapbhatt007
        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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions