MFShowDay Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | MFShowDay.h MFShowDay.m |
– enableAllDay
Enable/set to true all the storyline show day.
- (nonnull instancetype)enableAllDayReturn Value
The current instance of MFShowDay. It can be used for chaining method.
Declared In
MFShowDay.h
– disableAllDay
Disable/set to false all the storyline show day.
- (nonnull instancetype)disableAllDayReturn Value
The current instance of MFShowDay. It can be used for chaining method.
Declared In
MFShowDay.h
– setBoolean:forDay:
Enable/disable a single day of MFStorylineShowDay.
- (nonnull instancetype)setBoolean:(BOOL)flag forDay:(MFStorylineShowDay)showDayParameters
flag |
A boolean flag to enable/disable. |
|---|---|
showDay |
A |
Return Value
The current instance of MFShowDay. It can be used for chaining method.
Declared In
MFShowDay.h
– booleanForDay:
Gets the status of selected MFStorylineShowDay whether it is enabled/disabled.
- (BOOL)booleanForDay:(MFStorylineShowDay)showDayParameters
showDay |
The |
|---|
Return Value
The current instance of MFShowDay. It can be used for chaining method.
Declared In
MFShowDay.h
– array
Gets the current object in a formatted array.
- (nonnull NSArray *)arrayReturn Value
A formatted array of this object.
Declared In
MFShowDay.h