Wolox / ReactiveArray

An array class implemented in Swift that can be observed using ReactiveCocoa's Signals
MIT License
53 stars 12 forks source link

insert(,atIndex:) should be implemented using Array's insert(,atIndex:) #15

Closed guidomb closed 8 years ago

guidomb commented 9 years ago

ReactiveArray insert(,atIndex:) internally is using Array's subscript method instead of insert(,atIndex:)

jkennington commented 9 years ago

Fixed in #16