Instance Method
object(at:)objectAtIndex:objectAtIndex_
Declaration
func object(at idx: Int) -> Any!Declaration
- (id) objectAtIndex:(NSInteger) idx;Declaration
objectAtIndex_(idx: int) -> objectInstance Method
func object(at idx: Int) -> Any!- (id) objectAtIndex:(NSInteger) idx;objectAtIndex_(idx: int) -> object