Page MenuHomeMusing Studio

UITextView+Appearance.swift
No OneTemporary

UITextView+Appearance.swift

import UIKit
extension UITextView {
override open func draw(_ rect: CGRect) {
super.draw(rect)
let appearance = UITextView.appearance()
appearance.backgroundColor = .clear
}
}

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 2, 5:43 AM (17 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3673147

Event Timeline