Wolox / ReactiveArray

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

Add .Update operation and fix .Insert operation #16

Closed jkennington closed 9 years ago

jkennington commented 9 years ago

.Update operation allows for Array's subscripting to work as expected. .Insert is fixed to work as Array's insert:atIndex.

guidomb commented 9 years ago

Test are failing because encrypted env variables are not accessible in forked repositories. I will merge this and make a new release.