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

Bulleting Appearance not available #27

Closed
fridayhoney opened this issue Nov 20, 2017 · 9 comments
Closed

Bulleting Appearance not available #27

fridayhoney opened this issue Nov 20, 2017 · 9 comments
Labels

Comments

@fridayhoney
Copy link

Hello !

Is not available in the master branch :/

Thank you

@alexisakers
Copy link
Owner

If you are using Carthage

Make sure to use this in your Cartfile:

github "alexaubry/BulletinBoard" "master"

And then run carthage update to build the latest version.

If you are using CocoaPods

Make sure you are using this in your Podfile:

pod 'BulletinBoard', :git => 'https://github.com/alexaubry/BulletinBoard.git', :branch => 'master'

And then run pod install and pod update to make sure you get the latest version.

Tell me if you need more help 😃

@alexisakers
Copy link
Owner

It appears to be working with the two snippets I provided. Feel free to reopen the issue if it still does not work.

@Capossito
Copy link

im getting the same issue there's no appearance available for the PageBulletinItem. I'm on the latest version 1.3.0, and still not working. already pulled directly from master but still. help please.

@yusuftor
Copy link

+1

@alexisakers
Copy link
Owner

@Capossito @yusuftor Could you try using the 2.0.0 beta and let me know if the appearance is available with this version?

@yusuftor
Copy link

Will do, can I do this through Cocoapods?

@alexisakers
Copy link
Owner

Sure, try using the v2 branch in your Podfile:

pod 'BulletinBoard', :git => 'https://github.com/alexaubry/BulletinBoard.git', :branch => 'v2'

@yusuftor
Copy link

Ok just tried and it doesn't work with that either. It works in the sample swift app though...

@yusuftor
Copy link

Hi, just tried this again today. The master branch does work with appearance. I think it was an issue with Cocoapods so I've been cleaning my project and closing and reopening it. Finally it works! Thank you.

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

No branches or pull requests

4 participants