Tagged Questions
21
votes
6answers
42k views
How to use activity indicator view on iPhone?
An activity indicator view is useful in many applications.
Any ideas about how to add, activiate and dismiss an activity indicator view on iPhone?
All the methods for this are welcomed here.
6
votes
4answers
8k views
Best way to change the color/view of disclosure indicator accessory view in a table view cell in iPhone
I need to change the color of disclosureIndicatorView accessory in the tableView cell.
I think there are two way to get this done. But not able to figure out which onez the optimum. So here is what I ...
4
votes
2answers
1k views
TableViewController doesn't flash scroll indicators even if the table is bigger that the view
I've got a weird problem with a TableViewController.
In the doc it says that a tableViewController deals also with the method
-flashScrollIndicators when the table is "oversized" respect the visible ...
3
votes
1answer
862 views
Iphone Custom Scrollview indicator
I am currently working on an application for a client, and they have made an odd request. The request involves putting a custom image as the indicator for the scrollview. I am not even sure if this is ...
2
votes
1answer
1k views
iphone - table Cell color doesnt apply behind disclosure indicator
I have a table view that has alternate colors as background color for cells.
In addition to that i have added a disclosure indicator accessory.
However, the problem is that the cell background color ...
1
vote
4answers
77 views
Network Activity indicator should be always active?
I am using network activity indicator in an iphone project . the problem is even when there is no send and receive in my app the indicator is spinning and only stops when network is disconnected .
...
1
vote
2answers
1k views
IPhone - Show Wait Indicator
What I try to do:
If a user is pressing a button, a new view controller is being loaded and pushed to the navigation Controller.
The new view controller is doing some hard database querying in it's ...
0
votes
1answer
269 views
Scroll Indicator and uiScrollView methods
When you drag or flick scroll the Scroll Indicators appear then when everything stops moving they disappear.
I would like to do some stuff during this time (or while they are showing)
I know I could ...
0
votes
2answers
287 views
activity indicator not stopping
for my following code, why is my activity indicator for my webview not stoping?
//this part ok
NSURL *theURL = [NSURL URLWithString: Link];
NSURLRequest *request = [NSURLRequest ...
0
votes
1answer
119 views
Set orientation of volume indicator for iPhone glES game
I'm subclassing UIView using the standard EAGLView framework. When I detect orientation changes, I just add a rotation to my OpenGL stack. However, when the user adjusts the volume using the ...
0
votes
1answer
854 views
UIScrollView: Activity Indicator while loading image from url
I need and Activity indicator spinning in a modal Modal view that has an UIScrollView while
the content of the ScrollView(image from url) is loading.
Any ideas of how to get this done?
As a plus I ...