Vuo  2.3.2
Variables
VuoAppSplashView.m File Reference

Description

VuoAppSplashView implementation.

Definition in file VuoAppSplashView.m.

Go to the source code of this file.

Variables

NSString * windowURL = @"https://vuo.org/"
 The URL to open when the user clicks on the splash view, in VuoCompositionLoader and Vuo Pro mode. More...
 
NSString * windowURLCE = @"https://vuo.org/community-edition"
 The URL to open when the user clicks on the splash view, in Vuo Community Edition mode. More...
 
NSString * windowURLLabel = @"vuo.org"
 The simplified URL label to show on the splash view, in VuoCompositionLoader and Vuo Pro mode. More...
 
NSString * windowURLCELabel = @"vuo.org/community-edition"
 The simplified URL label to show on the splash view, in Vuo Community Edition mode. More...
 

Variable Documentation

◆ windowURL

NSString* windowURL = @"https://vuo.org/"

The URL to open when the user clicks on the splash view, in VuoCompositionLoader and Vuo Pro mode.

Definition at line 20 of file VuoAppSplashView.m.

◆ windowURLCE

NSString* windowURLCE = @"https://vuo.org/community-edition"

The URL to open when the user clicks on the splash view, in Vuo Community Edition mode.

Definition at line 22 of file VuoAppSplashView.m.

◆ windowURLCELabel

NSString* windowURLCELabel = @"vuo.org/community-edition"

The simplified URL label to show on the splash view, in Vuo Community Edition mode.

Definition at line 26 of file VuoAppSplashView.m.

◆ windowURLLabel

NSString* windowURLLabel = @"vuo.org"

The simplified URL label to show on the splash view, in VuoCompositionLoader and Vuo Pro mode.

Definition at line 24 of file VuoAppSplashView.m.