JRG-Developer / AutoLayoutCells

AutoLayoutCells makes working with dynamic table view cells easy.
MIT License
26 stars 4 forks source link

Leading label does not match separator margin #12

Open stevemoser opened 9 years ago

stevemoser commented 9 years ago

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 commented 9 years ago

"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 commented 9 years ago

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.