BusyNavigationBar icon indicating copy to clipboard operation
BusyNavigationBar copied to clipboard

installed but not working

Open Textcat opened this issue 8 years ago • 3 comments

Hi!😊 I installed using cocoapods successfully but the compiler still tell me "navigationBar has no property...."

I also checked Link Binary With Libraries ,the framework was added.

Here is my Podfile, anything wrong? Thanks in advance

source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks!

pod 'Kingfisher', '~> 2.2' pod "BusyNavigationBar"

Textcat avatar Apr 03 '16 18:04 Textcat

Hi @luiyezheng you closed the issue. Does it mean it is working fine for you now?

gmertk avatar Apr 04 '16 08:04 gmertk

@gmertk Finally I abandoned Cocoapod (can't figure out what's wrong) and installed manually, it work nicely now. May be you could add "how to install manually " to README in case someone encounter the same issue.

Textcat avatar Apr 04 '16 13:04 Textcat

@gmertk when using cocoapods, i can access the stop function, but not start

multinerd avatar Dec 22 '16 16:12 multinerd