2
votes
5answers
447 views
How do I save a file to disk for later?
I am downloading an HTML file to display in a UIWebView. Whhere and how do I store it? What are my options?
1
vote
4answers
918 views
Can I embed a UIImage view inside UIWebView
I have a table view and when i click on it it takes me to the detail view which is basically a webview . Now I able to display text in the uiwebview using loadhtmlstring: method si …
1
vote
1answer
154 views
How to put a cancel button on the locate me tab ?
Hi all ,
I am developing a location aware application with five tabs.
In the application I have a tab called "locate me" .Tapping on it shows near by things .
After tapping the …
1
vote
3answers
362 views
how do i refresh/reload data on my detailviewcontroller?
i have a table view and when i select a cell it displays corresponding details but for some reason it is loading the same details for all cells.. In case i scroll down the detailvi …
1
vote
0answers
28 views
Scroll View not working in the bottom view of Split View in Cocoa
I have a dual view with custom view in the top view and scroll view in the bottom view.
Scroll view's custom view will be loaded dynamically by other class view.
Vertical scroll ba …
1
vote
0answers
169 views
Data decompression on iPhone with gZip
Hello friends,
I am using socket connection to get data from the server. Socket stream is compressed with gzip format. Now at iPhone side I am using this code to decompress it. B …
0
votes
1answer
126 views
What calls tableView:cellForRowAtIndexPath
All the cells in my table are blank. I noticed that tableView:cellForRowAtIndexPath is not being called, which I think is causing this to happen. What calls this method?
0
votes
2answers
118 views
Unknown iPHone Control
Hi can anyone let me know which control they have used for doing the scrolling.
I like that control very much.
http://www.youtube.com/watch?v=Ssa2k4RlYXs&feature=channel
App …
0
votes
1answer
131 views
Playing iPhone ringtone using SDk
Hello,
Is it possible to play ringtone progrmatically?
0
votes
1answer
339 views
UIImageView very long delay starting animation
as anyone encountered (and solved) the following issue: After Creating the array of UIImages and setting the property on the UIImageView, invoking startanimation there is a 15- 20 …
0
votes
5answers
621 views
What are some good Gimp tutorials for creating iPhone application graphics
I am interested in creating application icons and artwork for a soon-to-be-released iPhone app and would like to find some good tutorials that are specific to the iPhone platform a …
0
votes
1answer
46 views
The sample apps are too old…
When i try to open one of the example xcode projects it says that i do not have the base files... i have the newest xcode version. I tried right clicking on the xcode project in th …
0
votes
2answers
104 views
Creating a web browser.
Hey, I wanted to make a web browser in xcode. I've seen some tutorials but with that browser you need to have http:// in the adress for it to work. Is there anyway I can get it wor …
0
votes
3answers
288 views
Why is programming for the iPhone so much better then Android
Why do you think it's better programming for the cocoa touch platform then android?
For me it's the dev tools. Apple makes their own, while google relies on somebody else's.
xCo …
0
votes
1answer
334 views
Fixed-position UITableView Background
I'm building an iPhone app without the use of Interface Builder. I have set the background of a grouped UITableView in the following manor:
self.view.backgroundColor = [UIColo …