func hideView()

in HuggingSnap/Views/TransparentBlurView.swift [38:40]


    func hideView(_ status: Bool) {
        alpha = status ? 0 : 1
    }