Swift Library PageMenu

Asked 2 years ago, Updated 2 years ago, 42 views

I'd like to use the PageMenu in Swift's library.
Could not load NIB in bundle
The error appears.

I don't know how to use the pod, so I'll use it manually
Download the PageMenu zip file on GitHub and deploy it. Then add a file called CAPSPageMenu.swift to your project.
And
to viewController varpageMenu:CAPSPageMenu
I added it to viewdidload() as it says in GitHub.
After finishing the run, after building successfully,
Could not load NIB in bundle:
The error appears.
I don't know how to solve it.
Could you tell me?

swift

2022-09-30 20:14

1 Answers

Add a UIViewController and check "Also create a XIB file"


2022-09-30 20:14

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.