How to get table name for key and value for imagepicker controller
in below function.
-(NSString*) customLocaLizedStringForKey:(NSString *)key value:(NSString *)value table:(NSString )tableName
{
NSBundle bundle = [BundleLocalization sharedInstance].localizationBundle;
return [bundle customLocaLizedStringForKey:key value:value table:tableName];
}
How to get table name for key and value for imagepicker controller
in below function.
-(NSString*) customLocaLizedStringForKey:(NSString *)key value:(NSString *)value table:(NSString )tableName
{
NSBundle bundle = [BundleLocalization sharedInstance].localizationBundle;
return [bundle customLocaLizedStringForKey:key value:value table:tableName];
}