Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DrawerKit 0.4.1 release #52

Merged
merged 13 commits into from
Nov 27, 2017
Merged

DrawerKit 0.4.1 release #52

merged 13 commits into from
Nov 27, 2017

Conversation

wltrup
Copy link
Contributor

@wltrup wltrup commented Nov 27, 2017

  • Reverses the fix for the issue about safe areas. The fix broke other things (even caused crashes in certain scenarios) and the issue will need to be re-opened.

  • Changes the minimum deployment target to 10.2.

@@ -343,7 +343,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. It makes it easier to test DrawerKit in the simulator.

let controller = presentedVC.presentationController as! PresentationController
controller.intermediate.view.addSubview(presentedVC.view)
}
if isPresentation { transitionContext.containerView.addSubview(presentedVC.view) }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our normal coding style is

if condition {
    do something
}

also for simple one-liners.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in b5e3bd7.

zzcgumn
zzcgumn previously approved these changes Nov 27, 2017
Copy link

@zzcgumn zzcgumn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy for this to be merged once minor formatting comment has been addressed.

@zzcgumn zzcgumn merged commit cc5cedd into master Nov 27, 2017
@zzcgumn zzcgumn deleted the wagner/border-shadow-bug-fixes branch November 27, 2017 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants