Skip to content

Displaying an incoming call screen using CallKit.

   

You can use CallKit to use the UI on incoming calls. I used it to create an app that would call me.

alt alt alt

  1. Performing UITest (E2E testing) on iOS (Swift5.0)OSでUITest(E2Eテスト)を行う(Swift5.0)
  2. Switch RootViewController with animation (Swift4.2)
  3. Parse a local Json file and display it in table view (Swift4.2)
  4. Adopting UITest with Swift(Swift4.2)
  5. Display items in a table with UITableView(Swift4.2)
  6. Screen transition in NavigationController(Swift4.2)
  7. Switching the Root of NavigationController(Swift4.2)