SwiftyUtils v5.5.1 Release Notes
Release Date: 2020-12-08 // about 4 years ago-
🛠 Bugfixes
- 🛠 Fixed builds targeting armv7 using SPM
Previous changes from v5.5.0
-
✨ Enhancements
UIViewControllerExtension:
func addSubSwiftUIView<Content>(_ swiftUIView: Content, to view: UIView) where Content: View
UIViewExtension:
var parentViewController: UIViewController?func findView<T>() -> T?func addSubSwiftUIView<Content>(_ swiftUIView: Content) where Content: Viewfunc addBorders(to edges: UIRectEdge, borderColor: UIColor, borderWidth: CGFloat)