I am making a tableView, but I don´t want the scrolling indicator and there seems to be no way to setting for setting the indicator to none. Is any other way to do this?
I am making a tableView , but I don´t want the scrolling indicator and
Share
Yep, just use:
UITableViewinherits fromUIScrollView, so you get access to the latter’s properties, and relevant setters and getters. Here’s a link to Apple’s Documentation with a bit more info.