UIWindows小知識點

2021-07-13 19:55:45 字數 647 閱讀 5717

uiwindow *window = [[uiwindow alloc] init];

window.frame = [uiscreen mainscreen].bounds;

window.backgroundcolor = [uicolor redcolor];

// 這句話是設定視窗的優先順序

/* uikit_extern const uiwindowlevel uiwindowlevelnormal;

uikit_extern const uiwindowlevel uiwindowlevelalert;

uikit_extern const uiwindowlevel uiwindowlevelstatusbar;

其中uiwindowlevelnormal < uiwindowlevelstatusbar < uiwindowlevelalert

手機上方的狀態列就是uiwindowlevelstatusbar級別。

*/window.windowlevel = uiwindowlevelnormal;

window.hidden = no;

比如說,有時候需要從控制器狀態列的上面向下出來一塊提示內容。(需要擋住狀態列)然後又縮回去。 這時候就可以用視窗實現。

Hibernate 小知識點

今天比較忙沒怎麼寫 知識一些曉得知識或是經驗吧!1.lazy延遲載入 也可以說是需要的時候再區載入 場景 乙個類如person和address,person可以通過getaddress 來得到address的set集合.有乙個dao控制類operation.方法public person query...

dom 小知識點

1 classname屬性可設定或返回元素的 class 屬性。function getclass document.getelementbyid d1 classname bbb alert document.getelementbyid d1 classname 2 removechild 刪除...

小知識點 備查

1,kermit c 安裝 sudo apt get install ckermit 開啟串列埠 在終端裡執行 sudo kermit c 命令 關閉串列埠 先同時按住 ctrl 和 鍵,然後鬆開再按 c 鍵,最後輸入 exit 或者q鍵 並回車 2,g sensor android加速度感測器型別...