Component - Deep linking
This UI component demonstrates how an iOS app handles deep linking. Deep linking lets users open the app directly to a specific screen or content by tapping a special link, like opening a message or product page right away.
This UI component demonstrates how an iOS app handles deep linking. Deep linking lets users open the app directly to a specific screen or content by tapping a special link, like opening a message or product page right away.
AppDelegate
└── UIWindow
└── UINavigationController
└── UIViewController (Home Screen)
└── UILabel (Welcome Text)
└── UIButton (Open Deep Link)