nighthawk / ASWeekSelectorView

iOS calendar-inspired simple mini week view to swipe through weeks and tap on days
Other
60 stars 12 forks source link

Autolayout Compatibility #1

Closed ptrkstr closed 8 years ago

ptrkstr commented 9 years ago

This is a fantastic week selector however the only downside I see is it works through setting frame on first init rather than using autolayout. Not sure if you're still updating this library but autolayout compatibility would be nice to have.

nighthawk commented 9 years ago

Yes, I'm still maintaining this library but didn't yet have a need to add Autolayout capabilities myself, but maybe down the track. Would be good to have indeed. Pull requests are welcome of course!

nighthawk commented 8 years ago

The library is now fully compatible with Auto Layout, but you need to adjust the frame in viewWillLayoutSubviews. See the main README and the example project.