4tune

Results 1 comments of 4tune

Actually, you can achieve that functionality with delegate. Just add UIImageView to AwesomeSpotlightView on creating: ` spotlightView = AwesomeSpotlightView(frame: view.frame, spotlight: spotlights) spotlightView?.textLabelFont = UIFont.systemFont(ofSize: 18, weight: .semibold) spotlightView?.cutoutRadius =...