kolinkrewinkel / KKGridView

Deprecated: Grid view library for iOS.
https://github.com/kolinkrewinkel/KKGridView
Other
821 stars 151 forks source link

Cells/background not rendered #141

Open RougeExciter opened 12 years ago

RougeExciter commented 12 years ago

I must be doing something stupid wrong!

XCode 4.3.2, iPhone, 5.1 or above, Story board with KKGridViewController sub-classed.

All the section headers are drawing correctly (and are sized correctly for the content) and although the pressed and selected states are correctly drawn (cells turn blue), every other cell is white regardless of what I do. I've checked background color observers are firing etc, but other wise just big white sections with cells that turn blue only when tapped. cell.imageView.image has no effect.

Master branch, downloaded on Thursday.

What am I doing dumb?

kolinkrewinkel commented 12 years ago

Hmm...I've noticed a lot of people having issues with Nib-based grid view instances. Can you try to implement it in code and let me know the result?

RougeExciter commented 12 years ago

You are right, it's working fine when implemented directly. I'll try and get the time to create a smaller storyboard example that I can send rather than the rather large product project.