测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布上次发布 | 2017年6月 |
SwiftSwift版本 | 3.0 |
SPM支持SPM | ✗ |
由 DDViewSwitcherTrunk 维护。
你好!!
仅需三行!
//**************************************************
// This code is simplest way to make DDTextSwitcher !
// You want to change attributes and more detail, look other ViewController in this sample !
//**************************************************
let textSwitcher = DDTextSwitcher(frame: self.view.bounds, data: ["item 1", "item 2"], scrollDirection: .vertical)
self.view.addSubview(textSwitcher)
textSwitcher.start()
Dingding Kim,[email protected]
DDViewSwitcher可在MIT许可证下使用。有关更多信息,请参阅LICENSE文件。