VisualizeViewManager
A libary that vilualize subviews frame with random colors.
It makes it easy to visually check the frame size of the view.
You don't have to specify the background color one by one.
Demo
Usage
import VisualizeViewManager
let visualizeViewManager = VisualizeViewManager()
visualizeViewManager.visualizeView(of: UIView)
Installation
CocoaPods
use_frameworks!
pod 'VisualizeViewManager'
Author
shotaxx00