• EditMode not working in SwiftUI

    EditMode is an object that switches edit mode active like a UITableView. If your code does not chang… [Read More]

  • Macbook does not lock after closing the lid.

    Go Setting app, Search for “require”, Find the section “Require password after screen saver begins o… [Read More]

  • Upload dSYM to Firebase Crashlytics with Xcode 14

    In Short: Add Run Script below into Build Phases of your target. Where to place PATH depends on your… [Read More]

  • Easiest way to remove a password from an unlocked PDF in Mac

    1. Open your PDF file with Preview 2. Go to the status bar menu File > Print… or ⌘ + P 3. Click on… [Read More]

  • SwiftUI 高さ可変のTextEditorを作る

    チャットアプリではもはや当然のデザインとなっている「一定の高さまで可変」のテキスト入力欄ですが、SwiftUIでTextEditorが登場するまでは各自でUIViewRepresentableを実装す… [Read More]