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
Many of the extensions import UIKit. One option would be conditionally importing UIKit or AppKit like is done for String extensions. Better still would be a separating of extensions that rely on Foundation, AppKit, and UIKit so they are factored to the frameworks they add functionality to.
The text was updated successfully, but these errors were encountered:
Many of the extensions import UIKit. One option would be conditionally importing UIKit or AppKit like is done for String extensions. Better still would be a separating of extensions that rely on Foundation, AppKit, and UIKit so they are factored to the frameworks they add functionality to.
The text was updated successfully, but these errors were encountered: