- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/bontoJR/MCFlashMessageView
- 软件文档: https://github.com/bontoJR/MCFlashMessageView
软件介绍
MCFlashMessageView 是 iPhone 和 iPad 上的类用于显示文本提示信息,类似 HUD。
用法:
MCFlashMessageView *messageView = [[MCFlashMessageView alloc] initWithView:self.view];
messageView.labelText = @"Starred";
[self.view addSubview:messageView];
[messageView show:YES];
[messageView release];
The Hard Thing About Hard Things
Ben Horowitz / HarperBusiness / 2014-3-4 / USD 29.99
Ben Horowitz, cofounder of Andreessen Horowitz and one of Silicon Valley's most respected and experienced entrepreneurs, offers essential advice on building and running a startup—practical wisdom for ......一起来看看 《The Hard Thing About Hard Things》 这本书的介绍吧!
