Tagged Questions
0
votes
1answer
78 views
Lightbox's background is blinking on iPhone
I am finalizing a small responsive website that I did for some of my friend
http://www.daviddarx.com/stuffs/work/ltm/site/10
When testing the responsiveness on my iPhone, I met a bug that I often met ...
0
votes
2answers
350 views
how to implement flashing effect for UIButtons as like iPhone music player play button effect? [closed]
i need to implement flashing effect for my UIButton when button click action as like iPhone default music player play/pause button effects?
what is the best method, UIViewAnimation?
help me with some ...
2
votes
1answer
398 views
Smooth annotation movement on OS 4
To move custom annotations in my MKMapView class, I remove all annotations first and add them (which are placed in new locations) again every second. It was perfectly working on iOS 3 but when I ...
3
votes
4answers
2k views
Best method to get text to blink in iPhone OS?
I want my text box to blink (like the old LCD clocks) and right now I'm calling a myriad of NSTimers and selectors that wait, change the alpha, wait, then change it back. Even with this it looks ...