XuniCalendarImageDaySlot Class Reference

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

Overview

XuniCalendarImageDaySlot Class. Represents a day slot containing an image.

  imageSource

Gets or sets the image source displayed in the day slot.

@property (nonatomic) UIImage *imageSource

Discussion

Gets or sets the image source displayed in the day slot.

Declared In

CalendarImageDaySlot.h

  imageRect

Gets or sets the rectangle which display image inside.

@property (nonatomic) CGRect imageRect

Discussion

Gets or sets the rectangle which display image inside.

Declared In

CalendarImageDaySlot.h

  imageAspect

Gets or sets the aspect of the image.

@property (nonatomic) XuniImageAspect imageAspect

Discussion

Gets or sets the aspect of the image.

Declared In

CalendarImageDaySlot.h

– initWithCalendar:frame:

Initializes and returns a newly allocated XuniCalendarImageDaySlot 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 XuniCalendarImageDaySlot, measured in points.

Return Value

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

Discussion

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

Declared In

CalendarImageDaySlot.h