static void setCurrentPage(PageView *self, View *currentPage)
The PageView delegate protocol.
ident self
The delegate self-reference.
void(* didSetCurrentPage)(PageView *pageView)
Called when the current page is set.
PageViews manage their subviews as pages in a book.
PageViewInterface * interface
The interface.
View * currentPage
The index of the current page.
PageViewDelegate delegate
The delegate.