- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/Baglan/MCTopAligningLabel
软件介绍
实现文字顶部对齐(Top Alignment)的UILabel。原有的 UILabel 中的文字对齐方式不能顶部对齐,只能中部以及左右对齐。这份代码实现的 MCTopAligningLabel 类可将文字顶部对齐。在下面截图中,两个label的高度都是150,左边 MCTopAligningLabel 的文字是顶部对齐,而右边 UILabel 的文字是中部对齐。 [Code4App.com]
Functional Programming in Scala
Paul Chiusano、Rúnar Bjarnason / Softbound print / 2014-9-14 / USD 44.99
Functional programming (FP) is a programming style emphasizing functions that return consistent and predictable results regardless of a program's state. As a result, functional code is easier to test ......一起来看看 《Functional Programming in Scala》 这本书的介绍吧!
