XuniCalendarDecadeView Class Reference

Inherits from UIView
Declared in CalendarDecadeView.h

Overview

XuniCalendarDecadeView Class. Represents a decade view.

  xuniCalendar

Gets or sets the calendar.

@property (nonatomic) XuniCalendar *xuniCalendar

Discussion

Gets or sets the calendar.

Declared In

CalendarDecadeView.h

  decadeDate

Gets or sets the date of the decade view.

@property (nonatomic) NSDate *decadeDate

Discussion

Gets or sets the date of the decade view.

Declared In

CalendarDecadeView.h

– setTextColor:

Set color for decade view text.

- (void)setTextColor:(UIColor *)color

Parameters

color

The color.

Discussion

Set color for decade view text.

Declared In

CalendarDecadeView.h

– setBorderColor:

Set border color of year slots.

- (void)setBorderColor:(UIColor *)color

Parameters

color

The color.

Discussion

Set border color of year slots.

Declared In

CalendarDecadeView.h

– setBorderWidth:

Set border width of year slots.

- (void)setBorderWidth:(double)width

Parameters

width

The width.

Discussion

Set border width of year slots.

Declared In

CalendarDecadeView.h

– refresh

Refresh the decade view.

- (void)refresh

Discussion

Refresh the decade view.

Declared In

CalendarDecadeView.h