最简单代码实现九宫格
- 授权协议: Apache
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/mayaole/igridview
软件介绍
利用 UITableView 实现九宫格布局。具体特点如下:
1、通过KVC的方法方便实现了九宫格,简便了实现的代码;
2、九宫格显示图片的代码,缩小截取固定大小的小图片节省内存;
3、充分利用了分类来实现九宫格;
4. 每个格子都支持点击动作。 [Code4App.com]
C++ Concurrency in Action
Anthony Williams / Manning Publications / 2012-2-28 / USD 69.99
HIGHLIGHT C++ Concurrency in Action is the first book to market to show how to take advantage of the new C++ Standard and how to write robust multi-threaded applications in C++. DESCRIPTION With ......一起来看看 《C++ Concurrency in Action》 这本书的介绍吧!
