Step 1: Add a view to your storyboard.
Step 2: Set the custom class of the view to HBStickerView.
Step 3: Build and run the project.
let fantasticView = FantasticView(frame: self.view.bounds)
self.view.addSubview(fantasticView)