veader / V8HorizontalPickerView

Horizontal UIPickerView Control for iOS
zlib License
233 stars 44 forks source link

Tried to use this picker controller in my xib, data isn't showing up #12

Closed zeropt7 closed 11 years ago

zeropt7 commented 11 years ago

Hi, I've linked up the custom class of the V8HorinzontalPickerView in uiview in xib. Data for items aren't showing up, when I scroll through the picker, the output console prints out "null".

I wonder what is the problem?

Thanks a lot.

veader commented 11 years ago

@zeropt7 can you send me a small sample project that demonstrates the problem?

My guess is that the delegate and data source might not be wired up properly in the XIB...

Please let me know.

veader commented 11 years ago

take a look at commits from issue #16 and the ib_test branch