davdroman / Bohr

Settings screen composing framework
MIT License
1.26k stars 83 forks source link

Layout is wrong in iOS 9 #11

Closed leavez closed 8 years ago

leavez commented 9 years ago
untitled
davdroman commented 9 years ago

Hi there, Leave! Thanks for reporting this issue.

I know exactly what's causing it. It has to do with a little nasty hack used to enable Autolayout usage on textLabel and detailTextLabel.

Solving this hack in this current version would bring a lot more issues like this because there are multiple cells in the framework that rely too strongly on it.

Nevertheless, I've been working on version 3 for a while now, which doesn't require this hack at all to work. I'm completely certain it's not going to take me more than what's left for iOS 9 to be released officially, so I encourage you to wait for it.

davdroman commented 9 years ago

Hi again, @leavez!

Just wanted to let you know v3.0.0 alpha 1 is now available and I'd really like for you to give it a try and check if everything's alright :)

davdroman commented 9 years ago

Hey @leavez!

Just wanted to let you know alpha 4 just came out. Most iOS 9 layout issues are fixed by now.