VKBundle Class Reference

Inherits from VKObject : NSObject
Declared in VKBundle.h
VKBundle.m

Overview

Class for providing resources from VK SDK Bundle

+ vkLibraryResourcesBundle

Returns bundle for VK SDK (by default VKSdkResources)

+ (NSBundle *)vkLibraryResourcesBundle

Return Value

Bundle object or nil

Discussion

Returns bundle for VK SDK (by default VKSdkResources)

Declared In

VKBundle.h

+ vkLibraryImageNamed:

Searches for image in main application bundle, then VK SDK bundle

+ (UIImage *)vkLibraryImageNamed:(NSString *)name

Parameters

name

Name for image to find

Return Value

Founded image object or nil, if file not found

Discussion

Searches for image in main application bundle, then VK SDK bundle

Declared In

VKBundle.h

+ localizedString:

Returns localized string from VK bundle

+ (NSString *)localizedString:(NSString *)string

Discussion

Returns localized string from VK bundle

Declared In

VKBundle.h