NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
Functions | |
CGFloat | boundf (CGFloat value, CGFloat min, CGFloat max) |
NSInteger | boundi (NSInteger value, NSInteger min, NSInteger max) |
CGFloat | NIBoundf (CGFloat value, CGFloat min, CGFloat max) |
NSInteger | NIBoundi (NSInteger value, NSInteger min, NSInteger max) |
For general purpose foundation type manipulation.
Deprecated method.
Use NIBoundf instead.
Deprecated method.
Use NIBoundi instead.
Bounds a given value within the min and max values.
If max < min then value will be min.
Bounds a given value within the min and max values.
If max < min then value will be min.