DTTableView icon indicating copy to clipboard operation
DTTableView copied to clipboard

Custom tableview which support parallax header

Results 2 DTTableView issues
Sort by recently updated
recently updated
newest added

Hi, Dear it doesn't work programmatically this my code, any hint? ``` DTParallaxHeaderView *headerView = [[DTParallaxHeaderView alloc] initWithFrame:CGRectMake(0, 0, 320, 200) withImage:[UIImage imageNamed:@"girl.jpg"] withTabBar:nil]; // DTHeaderView *headerView = [[DTHeaderView alloc]...

I am passing UIview instead to use UIImage but its not working, I have modified header method in DTParallaxHeaderView class but its not working at my end, any help would...