Importing 3rd party menu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robertybob
    New Member
    • Feb 2013
    • 116

    Importing 3rd party menu

    Hi.

    I'm trying to make use of the menu at https://github.com/kitasuke/PagingMenuContr oller. It all seems to be ok (no errors during coding) until i try to build the project.

    It throws an error 'import PagingMenuContr oller' - No such module.

    I've copied the files from Pod/Classes into my project as suggested by the docs. I put them amongst the project Swift files. I have also made sure the paths etc are ok.

    Anyone able to explain the correct process for including things like this in a project.

    Many thanks.
  • robertybob
    New Member
    • Feb 2013
    • 116

    #2
    I used the CocoaPods method to install this and seemed ok

    Comment

    • BSalcido
      New Member
      • Oct 2019
      • 13

      #3
      Yeah CocoaPods is a good one.

      Comment

      Working...