Kolin Krewinkel

Results 65 comments of Kolin Krewinkel

Add a subview-UIImageView as a property and set its image. On Jan 7, 2013, at 1:24 AM, martinfreefall [email protected] wrote: > How do I add images to cells in kkgrid...

As long as you're only doing this once, that'll work. Otherwise, you'll encounter an infinite subviews problem (for example if you do this on every call to cellForItemAtIndex:). On Jan...

enable userInteraction on the header views probably

That's because it may still need to show them if there's a transparent header. Sent from my iPhone On Dec 1, 2012, at 19:19, cocotutch [email protected] wrote: > I think...

I'll look when I get home. Sent from my iPhone On Dec 1, 2012, at 19:47, cocotutch [email protected] wrote: > I'm sure if I edited a touch selection method or...

This method will always return something, similar to the new UITableView method. If you add subview every time it's called, you'll get a million subviews. Add them only in your...

I'll fix this tomorrow hopefully.

I'll fix this later today. Sent from my iPhone On Aug 22, 2012, at 1:48 AM, Andrew [email protected] wrote: > Unfortunately there is still no tag for stable version to...

Try calling reloadCells by subscribing to the DidReceiveMemoryWarning notification.

Perhaps modifying KKGridView to include a listener for the notification itself would fix it, using an internal _reloadCells method (I forgot the naming exactly, but I think you get the...