MDSWeekdaysCollectionView 0.2.2

MDSWeekdaysCollectionView 0.2.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2016

Maintained by Modus, Ilya Ramanenia.



  • By
  • Modus

Weekdays collection view Installation

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Apple LLVM compiler iOS 8.0 or higher ARC

Installation

MDSWeekdaysCollectionView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MDSWeekdaysCollectionView"

Usage

Assign MDSWeekdaysCollectionViewDelegate to weekdaysDelegate property and receive the following messages:

@optional
- (BOOL)weekdaysCollectionView:(MDSWeekdaysCollectionView *)collectionView shouldSelectWeekday:(NSInteger)weekday;
- (void)weekdaysCollectionView:(MDSWeekdaysCollectionView *)collectionView didSelectWeekdaysMask:(MDSWeekdaysMask)weekdaysMask;

Author

Modus Group LLC, mod.us

License

MDSWeekdaysCollectionView is available under the MIT license. See the LICENSE file for more info.