A mini week view to select a day. You can swipe through weeks and tap on a day to select them, somewhat similar to the iOS 7 calendar app.
It's using the methodology described in Apple's excellent WWDC 2011 session 104 "Advanced ScrollView Techniques".
-
Add to your Podfile:
pod 'ASWeekSelectorView', '~> 0.3.0'
-
Add an instance of
ASWeekSelectorView
to your view hierarchy, configure it, provide a delegate and implement the delegate method. (Note that you won't need to useASSingleWeekView
yourself - it's just a helper class.)
See the included example project for a very basic implementation.