gumbright

Results 2 issues of gumbright

In the cleanup: method, the cell's directionMask is set to 0. cleanup: gets called for prepareForReuse as well as dealloc, so you are wiping out a user set value.

As I mentioned in an email, I found that it caused a crash when you do a count fetch request. Changes fix that.