scrollView隐藏滚动条
//横向滚动条
// [_scrollView setShowsHorizontalScrollIndicator:NO];
//纵向滚动条
[_scrollView setShowsVerticalScrollIndicator:NO];
//横向滚动条
// [_scrollView setShowsHorizontalScrollIndicator:NO];
//纵向滚动条
[_scrollView setShowsVerticalScrollIndicator:NO];