BTNavigationDropdownMenu
BTNavigationDropdownMenu copied to clipboard
Can't call BTNavigationDropdownMenu
Maybe something I'm doing wrong, but I can't call BTNavigationDropdownMenu from my ViewController. Noob on here, so let me know what code you need to see to help diagnose.
My podfile:
`#Uncomment this line to define a global platform for your project #platform :ios, '9.0'
target 'My App' do #Comment this line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! pod 'BTNavigationDropdownMenu'
#Pods for My App
target 'My App' do inherit! :search_paths #Pods for testing pod 'BTNavigationDropdownMenu' end
target 'My AppUITests' do inherit! :search_paths #Pods for testing pod 'BTNavigationDropdownMenu' end
end`
@FasterThanLlamas has your issue solved yet?