XuniCalendarYearSlot Class Reference

Inherits from XuniCalendarYearSlotBase : UIView
Declared in CalendarYearSlot.h

Overview

XuniCalendarYearSlot Class. Represents a default year slot view.

  yearText

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

@property (nonatomic) NSString *yearText

Discussion

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

Declared In

CalendarYearSlot.h

  yearTextColor

Gets or sets the color of the year text.

@property (nonatomic) UIColor *yearTextColor

Discussion

Gets or sets the color of the year text.

Declared In

CalendarYearSlot.h

  yearFont

Gets or sets the font for the year text.

@property (nonatomic) UIFont *yearFont

Discussion

Gets or sets the font for the year text.

Declared In

CalendarYearSlot.h

  padding

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

@property (nonatomic) UIEdgeInsets padding

Discussion

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

Declared In

CalendarYearSlot.h

  yearHorizontalAlignment

Gets or sets the year horizontal options.

@property (nonatomic) XuniHorizontalAlignment yearHorizontalAlignment

Discussion

Gets or sets the year horizontal options.

Declared In

CalendarYearSlot.h

  yearVerticalAlignment

Gets or sets the year vertical options.

@property (nonatomic) XuniVerticalAlignment yearVerticalAlignment

Discussion

Gets or sets the year vertical options.

Declared In

CalendarYearSlot.h

– setYearSlotFrame:

Set year slot frame.

- (void)setYearSlotFrame:(CGRect)frame

Parameters

frame

The frame.

Discussion

Set year slot frame.

Declared In

CalendarYearSlot.h