- 授权协议: BSD
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/JamesQianLee/METoast
- 软件文档: https://github.com/JamesQianLee/METoast
软件介绍
METoast 实现了类似 Android 的 Toast 风格的消息提示,实现了先进先出的消息队列。
示例代码:
METoastAttribute *attr = [[METoastAttribute alloc] init]; attr.location = METoastLocationMiddle; [METoast setToastAttribute:attr]; [METoast toastWithMessage:@"On the middle of the screen!"]; [attr release];
The CS Detective: An Algorithmic Tale of Crime, Conspiracy, and
Jeremy Kubica / No Starch Press / 2016-8-15 / USD 13.74
Meet Frank Runtime. Disgraced ex-detective. Hard-boiled private eye. Search expert.When a robbery hits police headquarters, it's up to Frank Runtime and his extensive search skills to catch the culpri......一起来看看 《The CS Detective: An Algorithmic Tale of Crime, Conspiracy, and 》 这本书的介绍吧!
