XuniCalendarYearView Class Reference

Inherits from UIView
Declared in CalendarYearView.h

Overview

XuniCalendarYearView Class. Represents a year view.

  xuniCalendar

Gets or sets the calendar.

@property (nonatomic) XuniCalendar *xuniCalendar

Discussion

Gets or sets the calendar.

Declared In

CalendarYearView.h

  yearDate

Gets or sets the date of the year view.

@property (nonatomic) NSDate *yearDate

Discussion

Gets or sets the date of the year view.

Declared In

CalendarYearView.h

– setTextColor:

Set color for year view text.

- (void)setTextColor:(UIColor *)color

Parameters

color

The color.

Discussion

Set color for year view text.

Declared In

CalendarYearView.h

– setBorderColor:

Set border color of month slots.

- (void)setBorderColor:(UIColor *)color

Parameters

color

The color.

Discussion

Set border color of month slots.

Declared In

CalendarYearView.h

– setBorderWidth:

Set border width of month slots.

- (void)setBorderWidth:(double)width

Parameters

width

The width.

Discussion

Set border width of month slots.

Declared In

CalendarYearView.h

– refresh

Refresh the year view.

- (void)refresh

Discussion

Refresh the year view.

Declared In

CalendarYearView.h