How to remove back button action while page is loading.
Posted
by user133611
on Stack Overflow
See other posts from Stack Overflow
or by user133611
Published on 2010-05-27T05:34:50Z
Indexed on
2010/05/27
5:41 UTC
Read the original article
Hit count: 221
iphone
Hi All In my project i have a list when select on a item it will take to next controller using PushViewController. When i go there i will get data using libxml parser. But when i am clicking on the back button while loading it is showing exception. So i want to disable back button action till loading of data is completed how can i handle it.
Thank You
© Stack Overflow or respective owner