Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.04 KB

File metadata and controls

23 lines (15 loc) · 1.04 KB

KevTutorialView

Tutorial Screen made in swift using VFL. Very basic and easy to use

Step 1 -

alt tag

Drag and drop a UIView in a viewController

Step 2 -

alt tag

After giving constraints, go to identity inspector and write kevTutorialView in custom Class bar.

Step 3 -

alt tag alt tag alt tag

Create an Iboutlet and write you images name u want to display in arrTutorialImage @IBOutlet var kevView : kevTutorialView! kevView.arrTutorialImage = ["imageOne","imageTwo","imageThree","imageFour","imageFive"]