底层缩放弹出iOS视图:ZoomPopup

jopen 11年前

ZoomPopup 是一款底层缩放的弹出视图,内容可以是任何的视图,文本,图像,按钮等等。

UITableView *table = [[UITableView alloc] initWithFrame:CGRectMake(50, 50, 300, 200) style:UITableViewStyleGrouped];  table.dataSource=self;    [zoomPopup initWithMainview:self.view andStartRect:_segmentedControl.frame];  [zoomPopup showPopup:table];

底层缩放弹出iOS视图:ZoomPopup

项目主页:http://www.open-open.com/lib/view/home/1389969744398