-
-
Notifications
You must be signed in to change notification settings - Fork 56
showAtCenterPoint not useful #31
Copy link
Copy link
Open
Description
UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 200, 500, 500)];
view.backgroundColor = [UIColor redColor];
[self.view addSubview:view];
UIView *v = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 20, 30)];
v.backgroundColor = [UIColor blackColor];
FFPopup *pop = [FFPopup popupWithContentView:v];
[pop showAtCenterPoint:CGPointMake(100, 20) inView:view];
When used this way, a black view will not appear correctly on red
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels