Class
RewardVC
class RewardVC: UIViewController
Relationships
Conforms To
UIViewController
Properties
circleHolder
let circleHolder
percentageLabel
let percentageLabel
button
let button
textView
let textView
fraction
var fraction
imageView
let imageView
imageArray
let imageArray
Methods
viewDidLoad()
override func viewDidLoad()
imageViewSetup()
func imageViewSetup()
Sets up the size/location/shape and style of the imageview
progressCircleSetup()
func progressCircleSetup()
Sets up the size/location/shape and style of the progress circle
buttonSetup()
func buttonSetup()
Sets up the size/location/shape and style of the button
buttonClicked()
@objc func buttonClicked()
Action when the button is tapped. Takes user back
textViewSetup()
func textViewSetup()
Sets up the size/location/shape and style of the textview