SwiftBond / Bond-Demo-App

Bond Demo App
MIT License
18 stars 6 forks source link

Refreshing table leads to a runtime exception #2

Closed gchiacchio closed 8 years ago

gchiacchio commented 9 years ago

After pulling down to refresh, an exception is raised in Bond+Arrays.swift

mutating func insert(element: T?, atIndex: Int) {
  array.insert(WeakBox(element), atIndex: atIndex) // EXC_BAD_ACCESS (code=1, address=0x178)
}
srdanrasic commented 9 years ago

I think this should no longer happen.

dearprakash commented 8 years ago

Does not happen. Might as well close this issue!