Re: [iPhone] Action sheet on ViewDidLoad

2009-08-07 Thread Sven
On Fri, 7 Aug 2009, Luke the Hiesterman wrote: My advise is just to use viewDidAppear: - the problem is probably rooted in showing an action sheet on a view that isn't yet onscreen - when it gets displayed, adjustments might have to be made which push it off the bottom of the screen. Luke

Re: [iPhone] Action sheet on ViewDidLoad

2009-08-07 Thread Luke the Hiesterman
My advise is just to use viewDidAppear: - the problem is probably rooted in showing an action sheet on a view that isn't yet onscreen - when it gets displayed, adjustments might have to be made which push it off the bottom of the screen. Luke On Aug 6, 2009, at 10:54 PM, Sven wrote: Hell

[iPhone] Action sheet on ViewDidLoad

2009-08-06 Thread Sven
Hello, I have a view with a toolbar in which I show an action sheet in viewDidLoad. When the view loads however the action sheet sits slightly too high, revealing about 20-30 pixels of the toolbar at the bottom. If I show the action sheet from a button press in the same view however, it's pe