240 发简信
IP属地:广东
  • ios16以上系统.ips崩溃文件解析

    https://byteage.com/144.html[https://byteage.com/144.html] python3 /Appl...

  • ios 系统Symbols图标使用示例

    https://mim0sa.github.io/2024/07/08/SF-Symbols-6-%E4%BD%BF%E7%94%A8%E6%8...

  • macoc 降级

    I guess you are trying to download and install Big Sur 11.7.10, right? D...

  • Resize,w 360,h 240
    Xcode26 unable to find module dependency libcmark

    Explicitly Built Modules 改为NO 参考链接1[https://forums.swift.org/t/xcode-26-...

  • Resize,w 360,h 240
    升级iOS26后无法获取WiFi BSSID

    之前项目里一直用下面的方法获取WiFi BSSID,但是升级到iOS 26后,返回空 查阅官方接口文档发现,需要用新的接口来获取WiFi设备信息...

  • 鸿蒙next主动隐藏键盘

    this.getUIContext().getFocusController().clearFocus()

  • 鸿蒙实现半透明页面

    可以通过setWindowBackgroundColor实现,示例代码如下:EntryAbility.ets Index.ets SubPage...

  • Assertion failure in -[UICollectionView _updateVisibleCellsNow:], UICollectionView.m

    Xcode 16.2 + iOS 18.3.2 ,之前运行好好的代码莫名其妙崩溃:崩溃信息如下: 原因是项目里执行了两次dequeueReusa...