Skip to content
fmaylinch edited this page Mar 23, 2013 · 8 revisions

To load the configuration we can use this method:

[MalcomLib loadConfiguration:viewController withDelegate:delegate withLabel:NO];

Where the first parameter is the view where the configuration is loaded, the second is the delegate and the third indicates whether the label should appear on the splash or not.

If you don't want to load the secondary splash, use this method:

[MalcomLib loadConfiguration:viewController withDelegate:delegate withSplash:NO];

To access the advanced variables, use this method:

[MalcomLib getAdvanceConfigurationForKey:@"key" valueDefault:@"default"];
Clone this wiki locally