RiValT_TimerEditor_PageViewController
@MainActor
class RiValT_TimerEditor_PageViewController : UIPageViewController
This is a UIPageViewController subclass, that will manage individual presentations of the RiValT_EditTimer_ViewController
class.
It’s main purpose, is to add “swipe to select” services, for groups containing multiple timers.
This class is embedded into an instance of RiValT_TimerEditor_PageViewContainer
, and it is basically “invisible.”
-
This is the container instance that wraps this instance.
Declaration
Swift
@MainActor weak var pageViewContainerViewController: RiValT_TimerEditor_PageViewContainer?
-
The currently selected timer editor view controller.
Declaration
Swift
@MainActor var currentlySelectedTimerEditor: RiValT_EditTimer_ViewController? { get }
-
The group for the current timer.
Declaration
Swift
@MainActor var timer: Timer? { get }
-
The group for the current timer.
Declaration
Swift
@MainActor var group: TimerGroup? { get }