I programatically created a UISCrollView but i cant see the scrollbars/indicators.
UIScrollView * contentScrollView = [[UIScrollView alloc]initWithFrame:CGR
contentScrollView.showsHorizontalScrollIndicator = YES; contentScrollView.showsVerticalScrollIndicator = YES;