CLSystemAlertController
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/changelee82/CLSystemAlertController
- 软件文档: https://github.com/changelee82/CLSystemAlertController
软件介绍
CLSystemAlertController 封装了系统提示窗口,兼容iOS8.3以下版本。
使用方法:
__weak __typeof(self) weakSelf = self;
[CLSystemAlertController ShowAlertToController:self
alertControllerStyle:SystemAlertStyleAlert
title:@"这是标题"
message:@"详细信息"
cancelButtonTitle:@"取消"
destructiveButtonTitle:@"重点按钮"
otherButtonTitles:@[@"第二", @"第三"]
clickedButtonBlock:^(NSUInteger index) {
weakSelf.indexField.text = [NSString stringWithFormat:@"%d", index];
}];
如果共有n个按钮,则:
cancelButton按钮的序号为 0,
destructiveButton按钮的序号为1,
otherButton按钮的序号从为 2 ~ n-1,
如果cancelButtonTitle或者destructiveButtonTitle为nil,则其他按钮的序号向前补位
王牌创业者:风口游戏
澈言 / 百花洲文艺出版社 / 2018-2 / 48.00
《王牌创业者:风口游戏》是一部围绕互联网创业展开的商战小说:故事的主人公莫飞是“毕业即创业”的当代年轻创业者的典型代表,他大学在校时就凭借创业项目拿到了天使融资,创业几年后,当产品估值越做越大时,他却忽然遭遇创业伙伴及投资人的联手陷害,失去了自己一手建立的公司。 此时, 莫飞的女友林姿参加了一场声势浩大的创业比赛,并一举夺魁,直进决赛。可在决赛中,突如其来的一场新闻事件让她名誉扫地。最终,为......一起来看看 《王牌创业者:风口游戏》 这本书的介绍吧!
