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];
PHP for the World Wide Web, Second Edition (Visual QuickStart Gu
Larry Ullman / Peachpit Press / 2004-02-02 / USD 29.99
So you know HTML, even JavaScript, but the idea of learning an actual programming language like PHP terrifies you? Well, stop quaking and get going with this easy task-based guide! Aimed at beginning ......一起来看看 《PHP for the World Wide Web, Second Edition (Visual QuickStart Gu》 这本书的介绍吧!
