弹出视图集合

1,SemiModalViewController:  https://github.com/kentnguyen/KNSemiModalViewController
UIViewController+KNSemiModal 致力于is an effort to make a replica of semi-modal view with pushed-back stacked animation found in the beautiful

2,TSPopover: https://github.com/takashisite/TSPopover 
实现各种弹出视图效果。弹出的视图会自动定位在相应的按钮旁边,并且有小箭头指向这个按钮。可以在弹出视图上添加按钮、列表等控件。只支持iOS5.0,只支持ARC模式

3,AGAlertViewWithProgressbar  : https://github.com/arturgrigor/AGAlertViewWithProgressbar
带进度条的AlertView

4,UAModalPanel :https://github.com/coneybeare/UAModalPanel

5,MKEntryPanelDemo : https://github.com/MugunthKumar/MKEntryPanelDemo
自定义动画视图的效果。当视图从屏幕顶部显示出来时,之前的主页面会变暗,屏幕上只出现弹出的视图。点击屏幕任意地方,弹出的视图会收回,主界面会重新显示

6,FPPopover : https://github.com/lexrus/FPPopover
在 iPhone上也能使用UIPopoverController。这个代码库不但让UIPopoverController的使用变得简单,同时也能在 iPhone上使用UIPopoverController。点击任意控件,如按钮、导航条按钮、工具条按钮等,都会弹出视图。弹出的视图会自动定位在相 应的按钮旁边,并且有小箭头指向这个按钮。可以在视图上加文字或者列表。

7,PopupView: https://github.com/rsidev/PopupView 同上

8,OGActionChooser : https://github.com/relikd/OGActionChooser
实现一个弹出视图(pop-up view),并且在弹出的视图上加上按钮,当按钮过多时,支持滑动视图(Scroll View)。可以取代UIActionSheet,使Action界面更加灵活美观


9,HGKOptionPanel:  https://github.com/Hegaka/HGKOptionPanel
实现可以隐藏的面板。这个面板一般位于窗口的下方。起初只是一个箭头按钮,当用户点击箭头按钮时,面板会向上缓慢滑动出来。

10,CMPopTipView: https://github.com/chrismiles/CMPopTipView
实现各种弹出消息/tips的效果。点击任意控件,按钮,导航条按钮,工具条按钮(UIBarButtonItem),都会弹出消息气泡。弹出的气泡会自动定位在相应的按钮旁边,并且有小箭头指向这个按钮。气泡的文字和颜色可以自定义

11、PopoverView: https://github.com/runway20/PopoverView
OCDaysView *daysView = [[OCDaysView alloc] initWithFrame:CGRectMake(0, 0, 150, 100)];
[daysView setMonth:10];
[daysView setYear:2012];
//[PopoverView showPopoverAtPoint:point inView:self.view withContentView:[daysView autorelease] delegate:self];
[PopoverView showPopoverAtPoint:point inView:self.view withTitle:@"October 2012" withContentView:[daysView autorelease] delegate:self];

 

 

 
 
posted @ 2015-07-18 09:40  Cheetah_yang  阅读(366)  评论(0编辑  收藏  举报