1.在初始化方法的時候,只做初始化操作,不要新增動畫等類似操作;
2.在使用 delegate 呼叫方法的時候要判斷一下,
if ([_delegate respondstoselector:@selector(accordingcityrefreshlist:)])
增加程式的健壯行
3.- (id)initwithnibname:(nsstring *)nibnameornil bundle:(nsbundle *)nibbundleornil
return self;
}self.view.backgroundcolor = [uicolor colorwithpatternimage:[uiimage imagenamed:@"friendcardbg.png"]];// 這條語句建議放到viewdidload裡面去
iOS開發注意
1 id的妙用,當你在使用一種型別的時候,你可以先用id試試,可能會有意想不到的效果。2 時間戳的賦值給物件的時候,要注意採用long long型別。3 蘋果自帶的nsdate預設是utc時間,utc時間加8小時為北京時間。4 一般說來,經常變動的資料或者資料群體不合適用 define。比如說,ur...
前端開發注意細節總結
1 搜尋時,文字框的內容一般去掉前後空格 1 引用jquery時直接用 trim 方法即可 2 無jquery庫時要用正則判斷 function trim str function ltrim str function rtrim str 2 檔案上傳時檔案型別 1 input type file ...
iOS開發常見細節歸納
1 判斷檔案是否存在,再匯入使用,避免檔案不存在的情況 if has include include elif has include include else error insane system endif if has include foundation export double yym...