The QAMenuCatalog contains some very generic basic items.
The complete catalog is implemented in the separate framework QAMenuCatalog
and needs to be additionally specified when integrating the frameworks.
You need to import QAMenuCatalog
if you want to make use of catalog items. To be able to do so make sure that you additionally integrate the QAMenuCatalog
framework already.
target '<Your Target Name>' do
pod 'QAMenuUIKit'
pod 'QAMenuCatalog'
end
To integrate QAMenu directly from the source code, follow the usual integration steps. You can use Examples/Example-iOS
as real life example.