The number of lines that can be printed + the printing method of the method name => convenient for debugging
可以印出行數 + 方法名稱的Print方法 => 方便Debug
dependencies: [
.package(url: "https://github.com/William-Weng/WWPrint.git", .upToNextMajor(from: "1.0.0"))
]
import UIKit
import WWPrint
final class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
let message = wwMessage("iOS好棒棒")
print(message)
wwPrint("Hello World!!!")
}
}
link |
Stars: 0 |
Last commit: 1 week ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics