XuniCalendarDetailDaySlot Class Reference

Inherits from XuniCalendarDaySlot : XuniCalendarDaySlotBase : UIView
Declared in CalendarDetailDaySlot.h

Overview

XuniCalendarDetailDaySlot Class. Represents a day slot containing secondary text.

  detailText

Gets or sets the detail text displayed in the day slot.

@property (nonatomic) NSString *detailText

Discussion

Gets or sets the detail text displayed in the day slot.

Declared In

CalendarDetailDaySlot.h

  detailTextRect

Gets or sets the rectangle which display detail text inside.

@property (nonatomic) CGRect detailTextRect

Discussion

Gets or sets the rectangle which display detail text inside.

Declared In

CalendarDetailDaySlot.h

  detailTextColor

Gets or sets the detail text color displayed in the day slot.

@property (nonatomic) UIColor *detailTextColor

Discussion

Gets or sets the detail text color displayed in the day slot.

Declared In

CalendarDetailDaySlot.h

  detailFont

Gets or sets the detail font.

@property (nonatomic) UIFont *detailFont

Discussion

Gets or sets the detail font.

Declared In

CalendarDetailDaySlot.h

– initWithCalendar:frame:

Initializes and returns a newly allocated XuniCalendarDetailDaySlot object with the specified calendar and frame rectangle.

- (id)initWithCalendar:(XuniCalendar *)calendar frame:(CGRect)frame

Parameters

calendar

The XuniCalendar object.

frame

The frame rectangle for the XuniCalendarDetailDaySlot, measured in points.

Return Value

An initialized XuniCalendarDetailDaySlot object or nil if the object couldn’t be created.

Discussion

Initializes and returns a newly allocated XuniCalendarDetailDaySlot object with the specified calendar and frame rectangle.

Declared In

CalendarDetailDaySlot.h