ViewMonitor alternatives and similar libraries
Based on the "Tools" category.
Alternatively, view ViewMonitor alternatives based on common mentions on social networks and blogs.
-
Awesome-Design-Tools
The best design tools and plugins for everything ๐ -
R.swift
Strong typed, autocompleted resources like images, fonts and segues in Swift projects -
SwiftGen
The Swift code generator for your assets, storyboards, Localizable.strings, โฆ โ Get rid of all String-based APIs! -
XcodeGen
A Swift command line tool for generating your Xcode project -
Insanity
Meta-programming for Swift, stop writing boilerplate code. -
Lona
A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts. -
Xcodes.app
The easiest way to install and switch between multiple versions of Xcode - with a mouse click. -
Tweaks
An easy way to fine-tune, and adjust parameters for iOS apps in development. -
appledoc
Objective-c code Apple style documentation set generator. -
FBSimulatorControl
idb is a flexible command line interface for automating iOS simulators and devices -
FengNiao
A command line tool for cleaning unused resources in Xcode. -
GDPerformanceView-Swift
Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate. -
ProvisionQL
Quick Look plugin for mobile apps and provisioning profiles -
LicensePlist
A license list generator of all your dependencies for iOS applications -
SourceKitten
An adorable little framework and command line tool for interacting with SourceKit. -
AppDevKit
AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. -
DBDebugToolkit
Set of easy to use debugging tools for iOS developers & QA engineers. -
ThisCouldBeUsButYouPlaying
:black_joker: Generate Swift Playgrounds for any library. -
Laurine
Laurine - Localization code generator written in Swift. Sweet! -
Attabench
Microbenchmarking app for Swift with nice log-log plots -
iSimulator
iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator. -
Blade
Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more. -
Realm Browser
DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform. -
Cookiecutter
A template for new Swift iOS / macOS / tvOS / watchOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file -
Rugby
๐ Cache CocoaPods for faster rebuild and indexing Xcode project -
SuperDelegate
SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle -
WatchdogInspector
Shows your current framerate (fps) in the status bar of your iOS app -
Swift Package Index
The Swift Package Index is the place to find Swift packages! -
abandoned-strings
Command line program that detects unused resource strings in an iOS or OS X application. -
fastlane-plugin-appicon
Generate required icon sizes and iconset from a master application icon. -
AVXCAssets-Generator
AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click -
Shark
Swift CLI for strong-typing images, colors, storyboards, fonts and localizations
Appwrite - The open-source backend cloud platform
* 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 ViewMonitor or a related project?
README
[ViewMonitor](assets/viewmonitor.png)
What's ViewMonitor
ViewMonitor can measure view positions with accuracy. This library is to check design sheet from native app. behave like this.
- UIViewController [demo](assets/demo.gif)
- UITableViewController [demo](assets/table_demo.gif)
Usage
To run the example project, clone the repo.
Requirements
- iOS 8.0+
- Xcode 7.0+
Installation
cocoaPods
ViewMonitor is available through CocoaPods. To install it, simply add the following line in your Podfile:
pod "ViewMonitor"
This library use swift.
So, you have to add use_frameworks!
in Podfile.
after that, please run
pod install
Carthage
To install, you can also use Carthage. You can install Carthage with Homebrew.
$ brew update
$ brew install carthage
To integrate ViewMonitor into your Xcode project using Carthage, write the following line in your Cartfile.
github "daisuke0131/ViewMonitor"
Manually
If you don't use CocoaPods and Carthage, you should add Source/*
files in your project.
How to use
For Swift Project
First, import ViewMonitor
Execute ViewMonitor.start()
after application started.
Like this
import ViewMonitor
func applicationDidFinishLaunching(_ application: UIApplication) {
ViewMonitor.start()
}
After that, execution button appear. Please, refer to Example/ViewMonitorExample
Author
developer
designer
License
ViewMonitor is available under the MIT license. See the LICENSE file for more info.
Other
How to measure UIView position on Native App at potatotips #18
*Note that all licence references and agreements mentioned in the ViewMonitor README section above
are relevant to that project's source code only.