Tagged Questions

1
vote
1answer
559 views

UIButton delayed state change

I have a UIButton subview inside of a UITableViewCell. When this button is touched, the user must hold the button for about a half second for the button's image to change to the …
1
vote
1answer
364 views

iPhone - Is it possible to hide native scrollbar in UIWebView?

I would like to hide the native scrollbar / scroller that appears when you are scrolling a UIWebView, but still keep the scrolling functionality intact. Is this possible? Thanks in advance, William
0
votes
0answers
14 views

UIDatePicker graphical glitch

I'm experiencing a bad looking graphical glitch with UIDatePicker, and I'm wondering if anyone else has seen and/or resolved it. It is something non-deterministic, because every once in a while it …
1
vote
2answers
26 views

Encode an Array of Images into a movie file? (iPhone)

My app takes time-lapse photos, and also records audio to go with it. The problem is, I have absolutely no idea how to go about turning it into a .mov/.mpeg file (I am new to this type of iPhone …
0
votes
1answer
8 views

Exception with TabBar in iPhone SDK

Hello! A friend gave me a small tutorial to iPhone programming yesterday. I then tried to make a small program with two views which I can switch using a TabBar: One with a blue background, one with a …
1
vote
2answers
122 views

How can I get the date but not time from NSDate

Hi. I need the date as a string but not the time and it has to be localized. So for example USA should be Sep 25 2009 but for New Zealand it would be 25 Sep 2009. I can get the date into a string by …
2
votes
4answers
91 views

0x0 memory leak [iphone]

I have a leak in my app I really can't make sense of, can anyone help me with it? Instruments Stacktrace: 0 libSystem.B.dylib calloc 1 WebCore CurrentThreadContext() 2 WebCore …
2
votes
1answer
42 views

How can I determine if iPhone is set for 12 hour or 24 hour time display?

I thought I saw something answering this on SO recently but now I can't find it. Here is the code I am using now to determine if settings are for 24 hour time display. It works for me in the US, but …
0
votes
1answer
28 views

Securely data transmission in a consumer application through public IP.

Hi All, I am planning to make a consumer based application on iPhone that will frequently use the webservices for displaying the data. My requirement is to make the data to flow through the air …
0
votes
1answer
26 views

Scroll tableview without user noticing

I need to scroll a tableview on initial load of my RootController. The problem is that I have to wait until cellForRowAtIndexPath completes before I can do anything using scrollToRowAtIndexPath. …
3
votes
3answers
1k views

NSURLConnection, NSURLRequest and remote caching

I'm having a small problem with request caching using NSURLConnection asynchronous connections on the iPhone. I don't know if I understood something incorrectly, or if Cocoa is doing the opposite to …
0
votes
1answer
17 views

How do I get ‘iPhone Device 2.2.1’ listed as one of my active SDKs in xcode?

I just installed xcode on a snow leopard machine. I am wanting to compile and iPhone app with the 2.2.1 SDK. Under Project > Edit Project Settings I have the option for the base SDK to be "iPhone …
2
votes
5answers
1k views

Animating custom-drawn UITableViewCell when entering edit mode

Background First of all, much gratitude to atebits for their very informative blog post Fast Scrolling in Tweetie with UITableView. The post explains in detail how the developers were able to …
0
votes
1answer
14 views

Check if sound is playing

Hello, I have a button that plays a sound and i want to prevent users from tapping the button multiple times and having the sound play more than once. I need a way to check if a sound is already being …
0
votes
0answers
6 views

Use of smugmug API

How to use smugmug API's in any app for having thumbnail imageView in JSON framework

1 2 3 4 5 268 next
15 30 50 per page