How To Inspect an iOS App

April 27, 2022

We continue to share expert materials, and today we present an article by Zafar Ivaev on the topic “How To Inspect an iOS App”. In the article, you will learn how we can reverse engineer iOS apps using Xcode’s debugger. You will do so by exploring how Apple’s Maps app is built. In short, this is what you will know by the end of this tutorial:

  • How to debug view hierarchy to capture the current UI state and get the layout information.
  • How to debug memory graph to get object hierarchy and how a specific API is implemented.

Read the full version of the article.

Previous post

Next post