Skip to content

Releases: detroit-labs/dlr-uikit-ios

Version 1.4.1

10 Aug 19:20
Compare
Choose a tag to compare

Updates UIWebViews to WKWebViews to conform to UIWebView Deprecation.

Version 1.4.0

26 May 22:10
Compare
Choose a tag to compare

UIViewController+DLRPresentedViewController Category Examples

/** Returns the top most presented view controller, which could be this view controller. */
- (UIViewController *)dlr_topPresentedViewController;

Version 1.3.0

30 Apr 17:31
Compare
Choose a tag to compare

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

25 Mar 19:11
Compare
Choose a tag to compare

Added DLRLayoutConstraint.

Version 1.2.1

20 Feb 01:18
Compare
Choose a tag to compare

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

18 Feb 13:32
Compare
Choose a tag to compare

Added UIViewController+DLRStoryboardManager.

Version 1.1.0

11 Feb 04:00
Compare
Choose a tag to compare

Added UIDevice category with convenience methods to check iOS version.

Version 1.0.0

10 Feb 15:59
Compare
Choose a tag to compare