XuniCalendarViewModeAnimation Class Reference

Inherits from XuniAnimation : NSObject
Declared in CalendarViewModeAnimation.h

Overview

Class that holds information about the calendar view mode animation.

  animationMode

Gets or sets the kind of animation when changing the calendar view mode.

@property (nonatomic) XuniCalendarViewAnimationMode animationMode

Discussion

Gets or sets the kind of animation when changing the calendar view mode.

Declared In

CalendarViewModeAnimation.h

  scaleFactor

Gets or sets the scale factor used in the animation.

@property (nonatomic) double scaleFactor

Discussion

Gets or sets the scale factor used in the animation.

Declared In

CalendarViewModeAnimation.h

– init

Initializes and returns a newly allocated XuniCalendarViewModeAnimation object.

- (instancetype)init

Return Value

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

Discussion

Initializes and returns a newly allocated XuniCalendarViewModeAnimation object.

Declared In

CalendarViewModeAnimation.h