ios添加获取底部高度的接口
parent
857e255001
commit
17f241564f
|
|
@ -29,6 +29,8 @@ public class NotchScreenUtil
|
|||
//初始化
|
||||
[DllImport("__Internal")]
|
||||
private static extern string m_GetNotchHeight();
|
||||
[DllImport("__Internal")]
|
||||
private static extern string m_GetNotchBottomHeight();
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue