mkko / DrawerView

A drop-in view, to be used as a drawer anywhere in your app
MIT License
375 stars 57 forks source link

Swift 5 - SwiftPackageManager - Error: "Cannot find type 'UIViewController' in scope" #45

Closed ghost closed 3 years ago

ghost commented 3 years ago

I'm not sure when Apple changed this, but recently when porting older code I've had to update from just import Foundation to import UIKit. Seeing this in DrawerPresentation.swift

ghost commented 3 years ago

It looks like this has been updated, but is not in the most recent SPM version

mkko commented 3 years ago

Hi! I finally tagged the new version. Does it work for you now?