- 授权协议: MIT
- 开发语言: Swift
- 操作系统: OS X
- 软件首页: https://github.com/yichizhang/NSTextView-LineNumberView
软件介绍
NSTextView-LineNumberView 可以在 NSTextView 的实例中插入行数,行数视图是被作为 NSRulerView 的子类实现的。
示例:
import Cocoa
// Your view controller
class ViewController: NSViewController {
// The text view you wish to add line number view to
@IBOutlet var mainTextView: NSTextView!
override func viewDidLoad() {
super.viewDidLoad()
mainTextView.lnv_setUpLineNumberView()
}
}The Definitive Guide to HTML5 WebSocket
Vanessa Wang、Frank Salim、Peter Moskovits / Apress / 2013-3 / USD 26.30
The browser is, hands down, the most popular and ubiquitous deployment platform available to us today: virtually every computer, smartphone, tablet, and just about every other form factor imaginable c......一起来看看 《The Definitive Guide to HTML5 WebSocket》 这本书的介绍吧!
