我有一個需要儘快按鈕被點擊,然後在條件語句後停止激活活動指示器...UIActivityIndicatorView啓動和停止
我在方式在網上看了實現這一點,但所有我能找到與網頁視圖設置它們不是簡單地關閉再開啓它們,然後....下面是我的基本問題
-(IBAction)SavePassword:(id)sender{
\\start animating activity indicator
if(post recieved no errors){
\\stop animating activity indicator
}
\\else{
return the user error
}
如果有人能幫助這將是真棒:)
是你的行動asynchrone?因爲如果是這樣,你必須在回調中停止動畫。 – 2011-03-21 10:30:19
我使用asihttp,它只是一個syncroneous請求...也許如果我改變它異步它將工作.. – MrPink 2011-03-21 11:01:07