Kolin Krewinkel
Kolin Krewinkel
Hey there @fanxiaoApple! Just tested out the new release we published (in the last couple of days) on my Catalina machine and had it succeed / work in Xcode. Does...
I'm pretty sure the current API doesn't allow it. Returning different cells for different sections could probably allow you to fake it (by changing the cell's appearance.)
I swear this was fixed a while back. I'll look into it.
I just need to rewrite that fucking layout function. >_>
OH YOU GUYS
A reloadData will probably solve all of your problems.
I've never used an index view in any situation, sorry. Only thing I can recommend is logging and messing with the frames in layoutSubviews to see what's causing the issue...
Cool, glad you got it worked out. Going to leave this open so that anyone passing by can find it more easily. I think that's a good idea. Maybe not....
imageView.image = ... Doesn't work? Sent from my iPhone On Feb 26, 2013, at 4:51, martinfreefall [email protected] wrote: > .. when i do it in the normal way im getting...
My impulse would be to add an image view overlay with a capture of the grid layer (with an image context), or use a very fast CATransition on the layer....