I want to make an application with an UI looks like apple podcast application.
There are 2 parts on this UIViewController
:
- fixed part with buttons and Image
tableview
withrefreshcontrol
This is this last point my problem: refreshcontrol
. I found a previous SO solution, but adding refreshcontrol
directly on my view breaks all cells and table styles.
Do you know how can I make a view with these traits: fixed part
, refreshcontrol
and tableview
?