SwiftyUtils v5.5.0 Release Notes

Release Date: 2020-11-08 // over 3 years ago
  • ✨ 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)