MainViewController

final class MainViewController : UIViewController, ViewControllerPresentWalkthrough
extension MainViewController: QuickActionSupport
extension MainViewController: NSFetchedResultsControllerDelegate

The MainViewController instance embeds the TimelineView inside the container.

It is the main screen of the app and has an Interface Builder .xib associated file.

  • Date interval selected for data loading.

    Declaration

    Swift

    @IBOutlet
    weak var dateFilterSegmentedControl: UISegmentedControl!
  • Timeline instance.

    Declaration

    Swift

    lazy var timelineView: TimelineView? { get set }