Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 318 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 318 Bytes

FantasticView

This Library is used for change background color. Enjoy :)

Podfile

platform :ios, '10.0'

pod 'FantasticViewAC'

import

import FantasticViewAC

implement

    let fantasticView = FantasticView()
    fantasticView.frame = self.view.bounds
    self.view.addSubview(fantasticView)