VKBundle Class Reference
| Inherits from | VKObject : NSObject |
|---|---|
| Declared in | VKBundle.h VKBundle.m |
+ vkLibraryResourcesBundle
Returns bundle for VK SDK (by default VKSdkResources)
+ (NSBundle *)vkLibraryResourcesBundleReturn 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 *)nameParameters
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 *)stringDiscussion
Returns localized string from VK bundle
Declared In
VKBundle.h