Skip to content

Lunarpad/ObjC-UIViewDebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

UIViewDebug

Description

Objective-C extensions for debugging UIViews.

Installation

Simply plop this repo into your project, and you should be good to go.

Usage

Auto-bordering UIViews

UIView *view = [[UIView alloc] init];
[view giveBorder]; // give the view a randomly colored 1px border
[view borderSubviews]; // random-color borders all subviews

About

Objective-C extensions for debugging UIViews

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published