PDA

View Full Version : iPhone app terminating




sujithkrishnan
May 13, 2008, 05:36 AM
Hi all
My iPhone app is having a TabelView in a normal UIViewController subclass which is in the window.
TableView ->UIViewController view- > Window.

My problem is that whenever i scroll the tableview content its getting scrolled and i can view all the data populated correctly. But as soon as i reach the end of table cell, my apps get terminate abnormally.
Similar the case when i scroll above the first table cell..

I added the autoresize = YES for the table Views...

Help me ASAP....
plzzz



PowerFullMac
May 13, 2008, 05:51 AM
Very similar stuff happens to me. I think its just a bug in the SDK, you just need to wait for Apple to fix it in the next update, I suppose :(

tacoman667
May 13, 2008, 07:18 AM
Would this be in the simulator? I have that issue in the simulator. On my iPhone it does not do that. Also, I only experience this when I use 2-figer scrolling on the tableview instead of simulating touch by click-hold and moving up/down.

Just my 2 cents...