BTNavigationDropdownMenu icon indicating copy to clipboard operation
BTNavigationDropdownMenu copied to clipboard

Can't call BTNavigationDropdownMenu

Open FasterThanLlamas opened this issue 9 years ago • 2 comments

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.

FasterThanLlamas avatar May 25 '16 03:05 FasterThanLlamas

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 avatar May 25 '16 03:05 FasterThanLlamas

@FasterThanLlamas has your issue solved yet?

PhamBaTho avatar Jul 22 '16 05:07 PhamBaTho