Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.41 KB

Catalog.md

File metadata and controls

65 lines (34 loc) · 1.41 KB

QAMenuCatalog

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.

Installation

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.

CocoaPods

target '<Your Target Name>' do
    pod 'QAMenuUIKit'
    pod 'QAMenuCatalog'
end 

Manual integration

To integrate QAMenu directly from the source code, follow the usual integration steps. You can use Examples/Example-iOS as real life example.

AppInfo

appVersionStringItem

appBuildNumberStringItem

infoPlistChildPaneItem

Device

Accessibility.group

Locale.group

Locale.identifierStringItem

Locale.languageCodeStringItem

Locale.regionCodeStringItem

Locale.calendarStringItem

Locale.currencyCodeStringItem

Locale.preferredLanguagesStringItem

Preferences

standardUserDefaultsChildPaneItem

customPreferencesPListsChildPaneItems