MFShowDay Class Reference

Inherits from NSObject
Declared in MFShowDay.h
MFShowDay.m

Overview

The MFShowDay is used for storing a key->value pairs of MFStorylineShowDay and Boolean.

– enableAllDay

Enable/set to true all the storyline show day.

- (nonnull instancetype)enableAllDay

Return 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)disableAllDay

Return 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)showDay

Parameters

flag

A boolean flag to enable/disable.

showDay

A MFStorylineShowDay object.

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)showDay

Parameters

showDay

The MFStorylineShowDay object.

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 *)array

Return Value

A formatted array of this object.

Declared In

MFShowDay.h