// randomizes border colors for all subviews contained within the view
- (void)addBordersToSubviewsWithRandomColors;
// takes a single fadeColor as input, and adds borders to all subviews with varying fade amount
// 1. the dimmest faded border is the subview at index 0 ( self.subviews[0] )
// 2. the brightest faded border is the subview closest to the last index ( self.subviews[self.subviews.count - 1] )
// this hopefully adds some perspective when testing whether certain subviews are above or below others in the superview
- (void)addBordersToSubviewsWithFadingColor:(UIColor *)fadeColor;
-
Notifications
You must be signed in to change notification settings - Fork 0
UIView category that adds border + border colors to its subviews for testing purposes
License
manderson-productions/TestBorder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
UIView category that adds border + border colors to its subviews for testing purposes
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published