自定义弹出框。textview 、 textField 、 日历 、 类似安卓的toast 、单项选择框
使用方法 :导入#import "CLPop.h"头文件 CLPopView *pop = [[CLPopView alloc] init]; pop.popViewType = CLPopViewTypeSelect; pop.delegate = self…
一行代码集成头像的选择,照片选择器
项目连接和详细介绍均在github 地址:https://github.com/qxuewei/XWImagePick 如果对您有帮助,感激您的star 下载地址:http://www.wenjiangs.com/wp-c…
YYAlertView
1、一款自定义的弹窗界面,适合新手学习xib及autolayout 2、https://github.com/huangcheng0908/YYAlertView 3、请用Xcode7.2以上打开工程 下载地址:…
类型系统,微信,QQ等底部弹窗视图。
项目地址:https://github.com/Bruce-7/HDAlertView.git 如果对你有所帮助希望 star 一下! 如果在使用中发现问题, 请Issues我! 下载地址:http://www.…
一种顺序显示弹窗的实现思路
按照设定的优先级顺序依次弹出弹窗,只是一种实现思路,适用于系统弹窗(权限弹窗除外)和自定义弹窗 GitHub:https://github.com/bestDew/ZKAlertPri…
ZFActionSheet
仿照微信做的一个弹出ActionSheet,具体使用参考Demo 下载地址:http://www.wenjiangs.com/wp-content/uploads/2021/docimg35/7344a67511ea8da2fa94e3…
丰富自定义ActionSheet
支持丰富自定义的ActionSheet,应对水平参差补齐UI 下载地址:http://www.wenjiangs.com/wp-content/uploads/2021/docimg35/7253832f845156ed1299fd86…