Migrate old UIKIt Introspect from Cocoapods to Swift package manager #469
-
DescriptionHi, I am using UIKIt Introspect in my iOS project via cocoapods. I am trying migrate to Swift Package Manager (SPM). In my code I am using old UIKIt methods like Is old UIKit Introspect is unavailable? Is there any way I can use UIKit Introspect vis SPM? Checklist
Expected behaviorUIKit Introspect should be available as Swift Package, But only available in cocoa-pods. Actual behaviorUIKit Introspect is not available as Swift package Steps to reproduceNo response Version informationNo response Destination operating systemNo response Xcode version informationNo response Swift Compiler version information |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately, there is no migration documentation. Try to use |
Beta Was this translation helpful? Give feedback.
Unfortunately, there is no migration documentation.
Try to use
import SwiftUIIntrospect
and start with examples.