August 2025
Intermediate to advanced
270 pages
6h 16m
English
In the previous chapter, we added native tabs to swap between two web views and bring back our hidden web-based navigation links. But tabs are only a small portion of the screen, located all the way at the bottom. Sometimes we want to forgo the web entirely and render the entire UI with a more user-friendly, native implementation.
A major benefit of Hotwire Native is being able to do just this—to drop down into native Swift when needed. This unlocks access to the latest iOS APIs and provides developers with a way to render fully native screens.
In this chapter, you will learn how to decide which screens to upgrade to native vs. which are better rendered in the web view. Then, you’ll build a native ...
Read now
Unlock full access