XuniCalendarMonthSlot Class Reference

Inherits from XuniCalendarMonthSlotBase : UIView
Declared in CalendarMonthSlot.h

Overview

XuniCalendarMonthSlot Class. Represents a default month slot view.

  monthText

Gets or sets the month text displayed in the month slot.

@property (nonatomic) NSString *monthText

Discussion

Gets or sets the month text displayed in the month slot.

Declared In

CalendarMonthSlot.h

  monthTextColor

Gets or sets the color of the month text.

@property (nonatomic) UIColor *monthTextColor

Discussion

Gets or sets the color of the month text.

Declared In

CalendarMonthSlot.h

  monthFont

Gets or sets the font for the month text.

@property (nonatomic) UIFont *monthFont

Discussion

Gets or sets the font for the month text.

Declared In

CalendarMonthSlot.h

  padding

Gets or sets the padding of the content inside the month slot.

@property (nonatomic) UIEdgeInsets padding

Discussion

Gets or sets the padding of the content inside the month slot.

Declared In

CalendarMonthSlot.h

  monthHorizontalAlignment

Gets or sets the month horizontal options.

@property (nonatomic) XuniHorizontalAlignment monthHorizontalAlignment

Discussion

Gets or sets the month horizontal options.

Declared In

CalendarMonthSlot.h

  monthVerticalAlignment

Gets or sets the month vertical options.

@property (nonatomic) XuniVerticalAlignment monthVerticalAlignment

Discussion

Gets or sets the month vertical options.

Declared In

CalendarMonthSlot.h

– setMonthSlotFrame:

Set month slot frame.

- (void)setMonthSlotFrame:(CGRect)frame

Parameters

frame

The frame.

Discussion

Set month slot frame.

Declared In

CalendarMonthSlot.h