Swiftpack.co - William-Weng/WWPrint as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by William-Weng.
William-Weng/WWPrint 1.0.1
The number of lines that can be printed + the printing method of the method name => convenient for debugging.
⭐️ 0
🕓 1 week ago
iOS
.package(url: "https://github.com/William-Weng/WWPrint.git", from: "1.0.1")

WWPrint

Swift-5.3 iOS-12.0 TAG Swift Package Manager-SUCCESS LICENSE

The number of lines that can be printed + the printing method of the method name => convenient for debugging

可以印出行數 + 方法名稱的Print方法 => 方便Debug

Installation with Swift Package Manager

dependencies: [
    .package(url: "https://github.com/William-Weng/WWPrint.git", .upToNextMajor(from: "1.0.0"))
]

Example

import UIKit
import WWPrint

final class ViewController: UIViewController {

    override func viewDidLoad() {
        super.viewDidLoad()
        
        let message = wwMessage("iOS好棒棒")
        print(message)
        
        wwPrint("Hello World!!!")
    }
}

GitHub

link
Stars: 0
Last commit: 1 week ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics