- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/arturgrigor/AGSimpleImageEditorView
软件介绍
AGSimpleImageEditorView 是一个实现简单的图像编辑工具的控件。
示例代码:
#import "AGSimpleImageEditorView"
simpleImageEditorView = [[AGSimpleImageEditorView alloc] initWithImage:[UIImage imageNamed:@"sample"]]; [self.view addSubview:simpleImageEditorView];
Head First Web Design
Ethan Watrall、Jeff Siarto / O’Reilly Media, Inc. / 2009-01-02 / USD 49.99
Want to know how to make your pages look beautiful, communicate your message effectively, guide visitors through your website with ease, and get everything approved by the accessibility and usability ......一起来看看 《Head First Web Design》 这本书的介绍吧!
