Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Swift Package Manager #818

Open
onuryurtturk opened this issue Mar 17, 2021 · 3 comments
Open

Support for Swift Package Manager #818

onuryurtturk opened this issue Mar 17, 2021 · 3 comments

Comments

@onuryurtturk
Copy link

onuryurtturk commented Mar 17, 2021

Do you consider supporting the package manager?

@yarmolchuk
Copy link

Please add support for Swift Package Manager.

@ryantan
Copy link

ryantan commented Jun 29, 2021

Not the most ideal solution but after I added it to Package.swift this is how I made it work:

  1. Copy ButtonCell.xib from the package
  2. Set module of main view in the xib to XLPagerTabStrip
  3. Register the copied xib with: buttonBarView.register(UINib(nibName: "ButtonCell", bundle: Bundle.module), forCellWithReuseIdentifier:"Cell") AFTER super.viewDidLoad()

@dneykov
Copy link

dneykov commented Mar 18, 2022

Any news on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants