All Projects → chenyunguiMilook → VisualDebugger

chenyunguiMilook / VisualDebugger

Licence: MIT License
The most elegant and easiest way to visual you data in playground

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to VisualDebugger

Imagecoordinatespace
UICoordinateSpace for UIImageView image
Stars: ✭ 42 (+90.91%)
Mutual labels:  playground, carthage
Validated
A rule-based validation framework
Stars: ✭ 31 (+40.91%)
Mutual labels:  carthage, swift-package-manager
Mockswift
MockSwift is a Mock library written in Swift.
Stars: ✭ 56 (+154.55%)
Mutual labels:  playground, swift-package-manager
Amplitude Ios
Native iOS/tvOS/macOS SDK
Stars: ✭ 216 (+881.82%)
Mutual labels:  carthage, swift-package-manager
SwiftFCXRefresh
Pull to refresh in Swift.
Stars: ✭ 29 (+31.82%)
Mutual labels:  carthage, swift-package-manager
Swipycell
Easy to use UITableViewCell implementing swiping to trigger actions.
Stars: ✭ 230 (+945.45%)
Mutual labels:  carthage, swift-package-manager
BetterMappable
Better Mappable through Property Wrappers using ObjectMapper
Stars: ✭ 26 (+18.18%)
Mutual labels:  carthage, swift-package-manager
Multipeer
📱📲 A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices
Stars: ✭ 170 (+672.73%)
Mutual labels:  carthage, swift-package-manager
Sqlable
Swift library for making storing data in a SQLite database simple and magic-free
Stars: ✭ 83 (+277.27%)
Mutual labels:  carthage, swift-package-manager
Dots
Lightweight Concurrent Networking Framework
Stars: ✭ 35 (+59.09%)
Mutual labels:  carthage, swift-package-manager
Aksidemenu
Beautiful iOS side menu library with parallax effect. Written in Swift
Stars: ✭ 216 (+881.82%)
Mutual labels:  carthage, swift-package-manager
SwiftUI-Shapes
Commonly Used Shapes and Utilities In SwiftUI
Stars: ✭ 52 (+136.36%)
Mutual labels:  drawing, swift-package-manager
Carting
🚘 A simple tool for updating Carthage script phase
Stars: ✭ 182 (+727.27%)
Mutual labels:  carthage, swift-package-manager
Scenekit Scnline
Draw a tube or thick line in SceneKit
Stars: ✭ 49 (+122.73%)
Mutual labels:  drawing, swift-package-manager
L10n Swift
Localization of the application with ability to change language "on the fly" and support for plural form in any language.
Stars: ✭ 177 (+704.55%)
Mutual labels:  carthage, swift-package-manager
UInt256
An UInt256 library written in Swift 4
Stars: ✭ 20 (-9.09%)
Mutual labels:  playground, swift-package-manager
Cdmarkdownkit
An extensive Swift framework providing simple and customizable markdown parsing.
Stars: ✭ 158 (+618.18%)
Mutual labels:  carthage, swift-package-manager
Kvkcalendar
A most fully customization calendar and timeline library for iOS 📅
Stars: ✭ 160 (+627.27%)
Mutual labels:  carthage, swift-package-manager
AirPlay
Small framework that lets users track iOS AirPlay availability and extra features.
Stars: ✭ 46 (+109.09%)
Mutual labels:  carthage, swift-package-manager
Mechanica
A cross-platform library of Swift utils to ease your iOS | macOS | watchOS | tvOS and Linux development.
Stars: ✭ 27 (+22.73%)
Mutual labels:  carthage, swift-package-manager

VisualDebugger

The most elegant and easiest way to visual you data in playground

it's perfect to work with TestDrive, to try it just type: "testDrive VisualDebugger"

Features

  • support CocoaPods, Carthage, Swift Package Manager
  • support visual debug draw bezier path
  • support visual debug [CGPoint], with different styles
  • support visual debug CGAffineTransform
  • support choose proper 2d coordinate system
  • Single source file

Sneak peek

Requirements

  • iOS 8.0+ | macOS 10.11+ | tvOS 9.0+
  • Xcode 8

Installation

CocoaPods

You can use CocoaPods to install VisualDebugger by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!

target 'MyApp' do
  pod 'VisualDebugger', '~> 2.0.0'
end

Carthage

Create a Cartfile that lists the framework and run carthage update. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/VisualDebugger.framework to an iOS project.

github "chenyunguiMilook/VisualDebugger" ~> 2.0.0

Manually

  1. Download and drop VisualDebugger.swift into your project.
  2. Congratulations!

Swift Package Manager

You can use The Swift Package Manager to install VisualDebugger by adding the proper description to your Package.swift file:

import PackageDescription

let package = Package(
    name: "PROJECT_NAME",
    targets: [],
    dependencies: [
        .Package(url: "https://github.com/chenyunguiMilook/VisualDebugger.git", majorVersion: 2)
    ]
)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].