1.將addsubview修改為setrootviewcontroller
[window addsubview: viewcontroller.view];
修改如下:
if ( [[uidevice currentdevice].systemversion floatvalue] < 6
.0)else
2.修改shouldautorotatetointe***ceorientation
- (bool)shouldautorotatetointe***ceorientation:(uiinte***ceorientation)inte***ceorientation
ios6以前會呼叫這方法來判斷手機是垂直或打橫
// for ios6, use supportedinte***ceorientations & shouldautorotate instead of shouldautorotatetointe***ceorientation
- (nsuinteger) supportedinte***ceorientations
- (bool) shouldautorotate
ios6需在加上上面方法
IOS7上呈現IOS6的水滴重新整理效果
到了ios7 發現自帶的重新整理 不再是 ios6自帶的水滴效果了 你是否懷念那ios6的效果呢?哈哈,於是收集各方資料,整理編寫乙個屬於自己的水滴重新整理效果 呵呵 整合簡要 如下 headview headrefreshview alloc initwithscrollview tablevie...
IOS6及以後如何標識不同裝置
通常情況下,ios系統用nsuserdefaults儲存資料資訊,但是對於一些私密資訊,比如密碼 證書等等,就需要使用更為安全的keychain了。那麼,如何在應用裡使用使用keychain呢,我們需要匯入security.framework keychain的操作介面宣告在標頭檔案secitem....
IOS6及以後如何標識不同裝置
通常情況下,ios系統用nsuserdefaults儲存資料資訊,但是對於一些私密資訊,比如密碼 證書等等,就需要使用更為安全的keychain了。那麼,如何在應用裡使用使用keychain呢,我們需要匯入security.framework keychain的操作介面宣告在標頭檔案secitem....