iOS 文本标签 CoreTextLabel
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: 未知
- 软件首页: https://github.com/appfarms/CoreTextLabel
软件介绍
使用 CoreTextLabel 可以使用自定义字体,颜色来绘制NSAttributedString 或者 HTML,支持 iOS (>= 5.0) 应用。同时也支持 numberOfLines 和 truncation (NSLineBreakByTruncatingTail)。
示例:
CoreTextLabel* label = [[CoreTextLabel alloc] initWithFrame:frame]; label.html = htmlString; [label sizeToFit]; [self.view addSubview:label];
Discrete Mathematics and Its Applications
Kenneth H Rosen / McGraw-Hill Science/Engineering/Math / 2003-04-22 / USD 132.81
Discrete Mathematics and its Applications is a focused introduction to the primary themes in a discrete mathematics course, as introduced through extensive applications, expansive discussion, and deta......一起来看看 《Discrete Mathematics and Its Applications》 这本书的介绍吧!
