PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
3.85k
stars
659
forks
source link
Fixed compiler warning for minor documentation issue #206
Closed
mikumi closed 8 years ago
Fixed a minor documentation issue for the method
- (void)setMinimumWidth:(CGFloat)minWidth maximumWidth:(CGFloat)maxWidth forViewController:(UIViewController *)controller;
which removes a compiler warning when using the pod.
@param minWidth
was declared twice.