ViewMonitor alternatives and similar libraries
Based on the "Layout" category.
Alternatively, view ViewMonitor alternatives based on common mentions on social networks and blogs.
-
PureLayout
The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible. -
PinLayout
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer] -
FlexLayout
FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax. -
MisterFusion
MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C. Support Safe Area and Size Class. -
ManualLayout
✂ Easy to use and flexible library for manually laying out views and layers for iOS and tvOS. Supports AsyncDisplayKit. -
QuickLayout
Written in pure Swift, QuickLayout offers a simple and easy way to manage Auto Layout in code. -
FrameLayoutKit
A super fast and easy-to-use layout library for iOS. FrameLayoutKit supports complex layouts, including chaining and nesting layout with simple and intuitive operand syntax. -
CGLayout
Powerful autolayout framework, that can manage UIView(NSView), CALayer and not rendered views. Not Apple Autolayout wrapper. Provides placeholders. Linux support. -
JustUiKit
iOS UI Kit With Android-Style Tools. JustUiKit contains JustLinearLayout, JustFrameLayout and so on. It is designed to make Android developers build iOS UI easily. Also for iOS developers, it provides a new way to build UI.
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 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.