Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
2k views

viewDidAppear: called twice on modal view controller presented during startup

Resolution: While trying to recreate this bug in a fresh project to submit to Apple, I discovered that it is specific to iPhone OS 2.1, and compiling for 2.2 fixes the problem. Stephen, thanks for ...
0
votes
1answer
582 views

Adding a modal view controller when I press a info button inside a tableviewCell

Here is a complex question, maybe it's not hard but there are many doubts i have. First let me give you what i have. This is the only place where i've gotten good answers. I have a table view ...