You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UIView.convert(to: UIView) is a pretty complex function (especially when matrix transformations are considered), so there is quite a bit of code in UIView.swift relating to this.
It'd be great to put most of the internals into their own file (e.g. UIView+convert.swift) and keep their implementations private to that file.
The text was updated successfully, but these errors were encountered:
ephemer
changed the title
cleanup UIView convert functions
Cleanup UIView convert functions
Jul 19, 2018
UIView.convert(to: UIView)
is a pretty complex function (especially when matrix transformations are considered), so there is quite a bit of code inUIView.swift
relating to this.It'd be great to put most of the internals into their own file (e.g.
UIView+convert.swift
) and keep their implementations private to that file.The text was updated successfully, but these errors were encountered: