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"
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