IDaySlotTemplate Protocol Reference

Declared in IDaySlotTemplate.h

Overview

IDaySlotTemplate protocol.

– getView:frame: required method

Get the custom day slot view.

- (UIView *)getView:(NSDate *)date frame:(CGRect)frame

Parameters

date

The date.

frame

The frame of the custom day slot view.

Return Value

The custom day slot view.

Discussion

Get the custom day slot view.

Declared In

IDaySlotTemplate.h