DailyThemeUploadData
public struct DailyThemeUploadData : Content
For admins to upload new daily themes, or edit existing ones.
-
A short string describing the day’s theme. e.g. “Cosplay Day”, or “Pajamas Day”, or “Science Day”.
Declaration
Swift
var title: String
-
A longer string describing the theme, possibly with a call to action for users to participate.
Declaration
Swift
var info: String
-
An optional image that relates to the theme.
Declaration
Swift
var image: ImageUploadData?
-
Day of cruise, counted from
Settings.shared.cruiseStartDate
. 0 is embarkation day. Values could be negative (e.g. Day -1 is “Anticipation Day”)Declaration
Swift
var cruiseDay: Int32