PageHeightUpdate
struct PageHeightUpdate
A structure that contains all the information related to a height update
-
An object containing the animation elements
Declaration
Swift
let animation: Animation -
The nature of the change that this update implies
Declaration
Swift
let change: HeightChange -
Initializer for public usage
Declaration
Swift
init(change: HeightChange, isPageChange: Bool, newPage: ContentPage? = nil, animation: Animation) -
Whether or not this update is due to a change of page
Declaration
Swift
let isPageChange: Bool -
The new page that is we are updating or presenting to
Declaration
Swift
let newPage: ContentPage?
View on GitHub
Install in Dash
PageHeightUpdate Structure Reference