Cell size delegate methods not working properly
Closed this issue · 2 comments
I have installed RPSlidingMenu with pods and I need to make cells bigger.
So I implemented both delegate methods.
The problem is that the cell size becomes bigger but the picture size stays the same. For example, if I set the feature cell height to 400.0f the hight of the cell is 400.0f but the height of the picture stays default - 240.0f.
If I change the constant RPSlidingCellFeatureHeight from 240.0f to 400.0f than the picture also gets set to correct size (400.0f). Can you tell me why is that?
The problem is that the bacgroundImageView is height is always set to RPSlidingCellFeatureHeight constant.
Yes originally it was set to be a constant size. Adding the ability to change size is currently a work in progress.