We assume a fully working UIScrollview named _scrollView;
Note that UITableView, UICollectionView are also scrollviews, hence the following examples would work on those UI elements.
First, creation & allocation
UIRefreshControl refreshControl = new UIRefreshControl();
Second, connecting th...