- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/supertop/grid-window
软件介绍
SUPGridWindow 是 iOS 的一个网格组件,可实现图文混合列表的排版。
示例代码:
SUPGridWindow *grid = [SUPGridWindow sharedGridWindow]; [grid setGridColor:[UIColor redColor]]; [grid setMajorGridSize:CGSizeMake(40, 40)]; [grid setMinorGridSize:CGSizeMake(10, 10)];
Nine Algorithms That Changed the Future
John MacCormick / Princeton University Press / 2011-12-27 / GBP 19.95
Every day, we use our computers to perform remarkable feats. A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web.......一起来看看 《Nine Algorithms That Changed the Future》 这本书的介绍吧!
