uhooi / UhooiPicBook

Uhooi's character book.
MIT License
107 stars 25 forks source link

Fix import #352

Closed uhooi closed 1 year ago

uhooi commented 1 year ago
- import UIKit.UIImage
+ import class UIKit.UIImage
import UIKit.UIImage

let image: UIImage! // ✅
let color: UIColor! // ✅
import class UIKit.UIImage

let image: UIImage! // ✅
let color: UIColor! // ❌ Cannot find type 'UIColor' in scope

Reference

github-actions[bot] commented 1 year ago

👋 Thanks for reporting! Please PR :)