Popularity
6.3
Growing
Activity
0.0
Stable
727
17
53

Code Quality Rank: L4
Programming language: Swift
License: MIT License
Tags: Layout    
Latest version: v1.1.0

ViewMonitor alternatives and similar libraries

Based on the "Layout" category.
Alternatively, view ViewMonitor alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ViewMonitor or a related project?

Add another 'Layout' Library

README

[ViewMonitor](assets/viewmonitor.png) Version License Carthage

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

Daisuke Yamashita

designer

Satomi Nogawa

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.