uirefreshcontrol Questions
4
Solved
I have subclassed UIRefreshControl to make my own, and I can manage everything except one thing :
The default spinner is always visible, and is of course in the middle of everything I've done in m...
Envy asked 1/10, 2015 at 16:25
5
When I slowly pull down to refresh, I see the UIActivityIndicator circle slowly get more complete before it starts the refresh. Just before the circle is complete and the refresh actually triggers,...
Leo asked 20/5, 2014 at 21:6
17
Solved
i have used simple listing of data using List. I would like to add pull down to refresh functionality but i am not sure which is the best possible approach.
Pull down to refresh view will only be ...
Dellora asked 7/6, 2019 at 11:40
5
Solved
We have a modulised App using two Navigation-hierarchies, therefore the two stacked Navbars…
Sometimes, when pulling the refreshcontrol the navbar stays big and does not drop back to the normal s...
Bogart asked 29/11, 2017 at 13:16
2
I am trying to use UIRefreshControl on a table view together with the new searchController API on navigationItem.
Now when I set hidesSearchBarWhenScrolling the "pull down to refresh" animation is ...
Serviceman asked 10/11, 2017 at 14:31
11
For some reason, the first time the view controller is loaded, the refresh control behaves as expected (that it, showing under tableview when swipe down). The problem is when I tap on another tab, ...
Ullund asked 4/7, 2016 at 12:1
2
Solved
I have a table to which I've added a refreshControl and when I pull down to refresh the content, I reset the array that feeds the table with data and then immediately request new data through an AP...
Munmro asked 13/2, 2022 at 11:17
19
Solved
I am building an RSS reader using Swift and need to implement pull-to-reload functionality.
Here is how I am trying to do it.
class FirstViewController: UIViewController,
UITableViewDelegate, UITa...
Cypher asked 29/6, 2014 at 11:47
12
Solved
I am using this tutorial to implement a pull-to-refresh behavior with the RefreshControl. I am using a Navigation Bar. When using normal titles everything works good. But, when using "Prefer big ti...
Gwenni asked 5/6, 2018 at 20:2
6
Solved
I'm using UIRefreshControl on my tableview to update items. And the end, I show a UIAlertController to inform the user that the update was complete, and how many items were updated. Pretty straight...
Boyhood asked 8/1, 2017 at 15:33
2
I'm trying to use the standard UIRefreshControl and UISearchController on a UITableViewController. However it doesn't look like it does what it's supposed to. When refreshing, scrolling leaves the ...
Oddment asked 17/10, 2017 at 12:38
5
Solved
I use UIRefreshControl in a UITableView:
UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init];
[refreshControl addTarget:self action:@selector(refresh)
forControlEvents:UIControlEve...
Schouten asked 13/2, 2014 at 15:46
7
I've created a UITableView which I want to scroll underneath my semi-transparent black status bar. In my XIB, I just set the table view's y position to -20 and it all looks fine.
Now, I've just ad...
Teucer asked 16/10, 2012 at 11:0
13
Solved
Occasionally my table view won't be connected to a service to refresh, and in that case, I don't want the UIRefreshControl to be present.
After I add it in viewDidLoad, I've tried hiding it under ...
Angel asked 20/10, 2013 at 17:19
11
Solved
I have about 5 UIScrollView's already in my app which all load multiple .xib files. We now want to use a UIRefreshControl. They are built to be used with UITableViewControllers (per UIRefreshContro...
Deliquesce asked 16/2, 2013 at 0:4
3
Solved
According to Apple the refresh control should be part of the large title navigation bar in iOS 11.
The refresh control is part of the navigation bar (on pull to refresh) when I enabled the refresh...
Hokeypokey asked 6/7, 2017 at 7:26
3
Solved
UIRefreshControl uses a very large spinner:
I'd like to resize it (the frame of the spinner, not the pull-down length!) to look more like this:
I can't see anything in the reference docs abou...
Fillip asked 21/1, 2016 at 18:38
3
I have used UITableView.refreshControl with large titles. I am trying to mimic the way the native Mail app works with pull to refresh. The refresh control, for me, moves and doesn't stay stuck at t...
Ralaigh asked 3/6, 2020 at 12:27
3
Solved
I've seen quite a few problems with UIRefreshControl, and I'm having a problem as well with my UITableViewController. The problem occurs so randomly and henceforth I cannot figure out why or how it...
Cornu asked 24/1, 2014 at 16:23
15
Solved
I've setup a UIRefreshControl in my UITableViewController (which is inside a UINavigationController) and it works as expected (i.e. pull down fires the correct event). However, if I programmaticall...
Architecture asked 5/2, 2013 at 23:23
3
Solved
Is it possible to make the background of a UIRefreshControl grow as the control grows?
I would like to have a colored background for the refresh control to match the top cell's background color. C...
Kestrel asked 13/11, 2012 at 16:20
3
Solved
I use a UIRefreshControl in my tableview for pull new data. But when I define the control, below error shows. I've googled for a while, but find nothing useful.
I use Xcode Version 9.2 (9C40b), sw...
Gel asked 17/1, 2018 at 11:3
7
Solved
I'm trying to add a UIRefreshControl to a UICollectionView, but the problem is that the refresh control does not appear unless the collection view fills up the height of its parent container. In ot...
Triable asked 3/2, 2013 at 23:48
9
Solved
I am currently using a JASidePanel for my application and I have a UITableViewcontroller with a UIRefreshControl as one of the ViewControllers for it. The width of my tableview still has a width of...
Linger asked 25/6, 2013 at 23:33
3
Solved
In UIRefreshControl in iOS App, I think the default setting is that when I pull down UITableView(UISrollView) by about "100px", refresh begins.
I would like to make the above value smaller.(for ex...
Sylviasylviculture asked 6/9, 2014 at 10:31
1 Next >
© 2022 - 2025 — McMap. All rights reserved.