Class Veery

Veery()

Constructor of a Veery object.

At minimum, thwo objects should be created insid an application:

  • in at least one ViewController class
  • in the AppDelegate class

Parameters

none

Returns

An instance of a Veery object

Usage / Example

class ViewController: UIViewController {


        let veery = Veery() // add this

        // ...
    }

User interaction

none