底層縮放彈出iOS視圖:ZoomPopup

jopen 10年前發布 | 15K 次閱讀 IOS iOS開發 移動開發

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.baiduhome.net/lib/view/home/1389969744398

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!