文章来源:淘论文网   发布者: 毕业设计   浏览量: 26



还可以点击去查询以下关键词:
[使用]    [简便]    [自定义]    [定制]    [ctionSheet]    [原生]    [相似]    [度达]    [使用更简便自定义A定制ctionSheet,和原生相似度达99%]   

项目介绍:

利用了UIActionSheet设计样式和人机交互,论文,和UIActionController、UIActionSheet相似度达99.99%。
1.支持iOS8+
2.支持模糊背景切换控制
3.使用更简便

github下载地址

++++++++++++++++++++++++++++++++++++++++++++++++
XIActionSheet.h

[Objective-C] 查看源文件 复制代码

typedef NS_ENUM(NSInteger, XIActionSheetActionStyle) { XIActionSheetButtonStyleDefault = 0, //XIActionSheetButtonStyleCancel, XIActionSheetButtonStyleDestructive }; @class XIActionSheetButtonItem; @interface XIActionSheet : UIView @property(nonatomic, assign) BOOL blurEnabled;// default is YES. - (instancetype)initWithTitle:(NSString *)title message:(NSString *)message cancelButtonTitle:(NSString *)cancelButtonTitle; - (void)addButtonWithTitle:(NSString *)title style:(XIActionSheetActionStyle)style handler:(void(^)(XIActionSheet *actionSheet, XIActionSheetButtonItem *buttonItem))handler; - (void)addDefaultStyleButtonWithTitle:(NSString *)title handler:(void(^)(XIActionSheet *actionSheet, XIActionSheetButtonItem *buttonItem))handler; - (void)show;// Show the ActionSheet on visible window. - (void)showInView:(UIView *)view; - (void)dismiss;// Removed from its parent view. + (void)remove;// Remove the ActionSheet on visible window. + (void)removeOnView:(UIView *)view; @end



喜欢请star~~
有问题请回复

开题报告

这里还有:


还可以点击去查询:
[使用]    [简便]    [自定义]    [定制]    [ctionSheet]    [原生]    [相似]    [度达]    [使用更简便自定义A定制ctionSheet,和原生相似度达99%]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/7166.docx
  • 上一篇:日历控件 开始毕业设计结束日期选择
  • 下一篇:汉诺塔自动解题动毕业设计画中的iOS开发技巧