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

Leading label does not match separator margin #12

Open
stevemoser opened this issue Jul 15, 2015 · 2 comments
Open

Leading label does not match separator margin #12

stevemoser opened this issue Jul 15, 2015 · 2 comments

Comments

@stevemoser
Copy link

If you look at the default cells the leading label is aligned with the separator. I believe you can fix this by marking the Superview.Leading item in the respective constraints to be "Relative to Margin".

@JRG-Developer
Copy link
Owner

"Relative to Margin" constraints were introduced in iOS 8, and AutoLayoutCells was originally designed to support iOS 7.0+.

I may be okay with dropping support for iOS 7, especially as iOS 9 is on the horizon.

@AnthonyMDev, what are your thoughts on this? What do you think about targeting a 1.0 release that drops support for iOS 7?

@AnthonyMDev
Copy link
Collaborator

I'd like to see an initial, stable release with support for iOS7, so that legacy projects can have a dependency on a major, non-beta version. I'm alright with dropping iOS7 in version 2.0, which could probably be released very soon after 1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants