PhamBaTho / BTNavigationDropdownMenu

The elegant yet functional dropdown menu, written in Swift, appears underneath the navigation bar to display a list of defined items when a user clicks on the navigation title.
MIT License
2.69k stars 409 forks source link

Can't call BTNavigationDropdownMenu #61

Open FasterThanLlamas opened 8 years ago

FasterThanLlamas commented 8 years ago

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 commented 8 years ago

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`

PhamBaTho commented 8 years ago

@FasterThanLlamas has your issue solved yet?