Description
LogView is a debugging tool view, you can put your interesting logs into view for showing, it support to pan for moving and show/hide using your two finger double tap.
LogView alternatives and similar libraries
Based on the "API" category.
Alternatively, view LogView alternatives based on common mentions on social networks and blogs.
-
Typhoon
Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨ -
Dip
Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances! -
Telegram Vapor Bot (SDK for creating Telegram Bots in Swift)
🤖 The wrapper for the Telegram Bot API written in Swift. It's not a framework. There is no special syntax here. This is a library that implements all Telegram Bot API methods, which is available to you to work with Vapor, Smoke, Hummingbird, FlyingFox. -
Federal Data SDK
DISCONTINUED. Federal Data SDK built in the Swift programming language. Follow the link for the documentation: -
Kraken
Simple Dependency Injection container for Swift. Use protocols to resolve dependencies with easy-to-use syntax! -
PPWeatherCheck
Incorporate with CoreLocation, Cocoapods, REST APIs, Alamofire, JSON, and UI Animation to Create a Weather Check Application.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of LogView or a related project?
README
LogView
Description
LogView is a debugging tool view, you can put your interesting logs into view for showing, it support to pan for moving and show/hide using your two finger double tap.
Installation
CocoaPods
pod 'LogView'
Swift Package Manager
- iOS: Open Xcode, File->Swift Packages, search input https://github.com/janlionly/LogView.git, and then select Version Up to Next Major 1.0.1 < .
- Or add dependencies in your
Package.swift
:
.package(url: "https://github.com/janlionly/LogView.git", .upToNextMajor(from: "1.0.1")),
Usage
DispatchQueue.main.asyncAfter(deadline: .now() + 0.25) {
let logView = LogView.shared
// optional: your can customize initial frame
logView.frame = CGRect(x:0, y:0, width: 200, height: 300)
// make logView visible. Just call it only if the logView donot show.
logView.makeVisible()
// append your logs
logView.append(log: "REQUEST API: xxx")
}
Requirements
- iOS 9.0+
- Swift 4.2 to 5.0+
Author
Visit my github: janlionly Contact with me by email: [email protected]
Contribute
I would love you to contribute to LogView
License
LogView is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the LogView README section above
are relevant to that project's source code only.