mwermuth / MWDatePicker

Customize the good ol' UIDatePicker
MIT License
102 stars 22 forks source link

I want to add year's table view , but its not reloading #2

Open NitinBadakh opened 11 years ago

NitinBadakh commented 11 years ago

First of all , thanks for custom date picker. I want to add year's table view , but its not reloading years table view. I made changes in code to add years table , return the no of rows , components In cellForRowAtIndexPath , [self setDataForView:view row:indexPath.row inComponent:component]; method gets called but years table view not reloading. I need to scroll in order to see the years. Please let me know what's going wrong. Thanks in advance.