A question from old memory :) #574
-
I remember that old versions of the pod required to implement this SettingsTableViewController file into the project, is it now out of date or is it still required? |
Beta Was this translation helpful? Give feedback.
Answered by
LeoNatan
Aug 13, 2024
Replies: 2 comments 5 replies
-
Do not open issues when it’s clearly a question. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, I didn't talk about CocoaPods. I talked about the SettingsTableViewController .h and .m files. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, you don’t need any of the demo project files. It is a separate project in the repo, just for testing and demonstrating the framework. If you are using Swift Package Manager, they are excluded automatically for you. If you are using submodules or whatever other way to bring the framework, add the LNPopupController.xcodeproj as a subproject to your project in Xcode, and link against LNPopupController.framework.