VKApiObjectArray Class Reference
| Inherits from | VKApiObject : VKObject : NSObject |
| Conforms to | NSFastEnumeration |
| Declared in | VKApiObjectArray.h VKApiObjectArray.m |
Tasks
Other Methods
-
countproperty -
itemsproperty -
– initWithDictionary:objectClass: -
– initWithArray:objectClass: -
– initWithArray: -
– objectAtIndex:
Other Methods
Properties
count
Count of items in array
@property (nonatomic, readonly) int countDeclared In
VKApiObjectArray.hInstance Methods
initWithArray:
Initialize object with any array. items property is sets as passed array, count is a count of items in passed array
- (instancetype)initWithArray:(NSArray *)arrayReturn Value
Initialized object
Declared In
VKApiObjectArray.hinitWithArray:objectClass:
Initialize object with API json array. This method tries to set all known properties of current class from array
- (instancetype)initWithArray:(NSArray *)array objectClass:(Class)objectClassReturn Value
Initialized object
Declared In
VKApiObjectArray.hinitWithDictionary:objectClass:
Initialize object with API json dictionary. This method tries to set all known properties of current class from dictionary
- (instancetype)initWithDictionary:(NSDictionary *)dict objectClass:(Class)objectClassReturn Value
Initialized object
Declared In
VKApiObjectArray.h