k06a / ABCalendarPicker

Fully configurable iOS calendar UI component with multiple layouts and smooth animations.
MIT License
710 stars 119 forks source link

Hiding long arrows #32

Open jacekkwiecien opened 10 years ago

jacekkwiecien commented 10 years ago

Can I somehow eaisly hide long arrow buttons (I don't want them on calendaer)?

jmlw commented 10 years ago

I have asked this before. I played in the providers (e.g. DefaultDaysProvider), and you have to ensure the provider doesn't respond to LongPrevAnimation and LongNextAnimation (don't have the names in front of me, so I might be a little off). I'm not sure if that's the only change, but it's a start.