Releases: detroit-labs/dlr-uikit-ios
Releases · detroit-labs/dlr-uikit-ios
Version 1.4.1
Version 1.4.0
UIViewController+DLRPresentedViewController Category Examples
/** Returns the top most presented view controller, which could be this view controller. */
- (UIViewController *)dlr_topPresentedViewController;
Version 1.3.0
UINavigationController+DLR Category Examples
/** Returns true if the passed view controller is the first view controller in the
stack of view controllers. This can be helpful in determining if the
view controller needed to be popped or dismissed. */
- (BOOL)dlr_isFirstViewController:(UIViewController *)viewController;
UIViewController+DLRNavigationController Category Examples
/** Returns a new navigation controller instance with this view controller as the
root view controller. */
- (UINavigationController *)dlr_embedInsideNavigationController;
Version 1.2.2
Added DLRLayoutConstraint.
Version 1.2.1
Enhance storyboard manager source generator.
You can now pass in a directory or just a single storyboard.
You can also pass a second argument to redirect where the source files are created.
Version 1.2.0
Added UIViewController+DLRStoryboardManager.
Version 1.1.0
Added UIDevice category with convenience methods to check iOS version.