IOS Swift UIView中的座標轉換

2021-08-21 09:18:44 字數 726 閱讀 8671

// 將畫素point由point所在檢視轉換到目標檢視view中,返回在目標檢視view中的畫素值

// 將畫素point從view中轉換到當前檢視中,返回在當前檢視中的畫素值

// 將rect由rect所在檢視轉換到目標檢視view中,返回在目標檢視view中的rect

// 將rect從view中轉換到當前檢視中,返回在當前檢視中的rect

例把uitableviewcell中的subview(btn)的frame轉換到 controllera中

// controllera 中有乙個uitableview, uitableview裡有多行uitableviecell,cell上放有乙個button

// 在controllera中實現:

cgrect rc = [cell convertrect:cell.btn.frame toview:self.view];

或cgrect rc = [self.view convertrect:cell.btn.frame fromview:cell];

// 此rc為btn在controllera中的rect

或當已知btn時:

cgrect rc = [btn.superview convertrect:btn.frame toview:self.view];

或cgrect rc = [self.view convertrect:btn.frame fromview:btn.superview];

linux中 中括號 中的判斷引數

源自 http www.diybl.com course 6 system linux linuxjs 20081117 151774.html b file 若檔案存在且是乙個塊特殊檔案,則為真 c file 若檔案存在且是乙個字元特殊檔案,則為真 d file 若檔案存在且是乙個目錄,則為真 e...

從HIVE中中查詢

從hive資料庫查詢文件 by ymd 拼接sql語句 string sql select from doc file where contains name wildcard 拼接名稱查詢語句 if stringutils.isnoneempty unstructuredbean.getname ...

Spring中classpath中萬用字元號的使用

說明 無萬用字元,必須完全匹配 classpath user base beans.xml 說明 匹配零個或多個字串 只針對名稱,不匹配目錄分隔符等 例如 user a base beans.xml user b base beans.xml 但是不匹配 user base beans.xml cl...