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

MarqueeLabel.type = left have to be changed in cocoa pods #23

Closed
younatics opened this issue Jun 10, 2017 · 3 comments
Closed

MarqueeLabel.type = left have to be changed in cocoa pods #23

younatics opened this issue Jun 10, 2017 · 3 comments

Comments

@younatics
Copy link

Please check cocoa pods gives me titleLabel!.type = .left

@Daltron
Copy link
Owner

Daltron commented Jun 10, 2017

@younatics It appears that when I uploaded a new version to CocoaPods, there is some kind of caching issue that is taking place. I have filed an issue here and will be watching it closely so this issue can be resolved as it is critical.

In the meantime as a temporary fix, change the way you add NotificationBannerSwift to your podfile like this:

pod 'NotificationBannerSwift', :git => 'https://github.com/Daltron/NotificationBanner', :branch => 'master'

This will pull down the files that are supposed to be in v1.3.0 but somehow didn't make their way in.

@Daltron
Copy link
Owner

Daltron commented Jun 11, 2017

@younatics @nick-iCars I just pushed a new version 1.3.1 to CocoaPods that fixes this issue. You can change your Podfile back to pod NotificationBannerSwift and rerun pod update NotificationBannerSwift inside your project directory and you should be good to go.

Thanks for your patience! 😄

@Daltron Daltron closed this as completed Jun 11, 2017
@nick-iCars
Copy link

Nice! I will check it out. Thanks 😄.

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

3 participants