Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

How To Make Your SwiftUI Navigation Bar Look Awesome!

Автор: StemFoxIO

Загружено: 2025-10-06

Просмотров: 468

Описание:

SwiftUI Tutorial. Navigation bar tutorial. How to create, add, change, customize, color, and hide navigation bars in SwiftUI.

Watch This Next:    • How to change navigation back button to im...  

This video shows you how to completely customize navigation bars in SwiftUI.

Answers questions like:
How to make a custom navigation bar in SwiftUI?
How to hide navigation bar SwiftUI?
How to add navigation bar SwiftUI?
How to change navigation bar color in SwiftUI?
How make navigation bar in SwiftUI?
How to make navigation bar in SwiftUI?


Video Links
https://developer.apple.com/documenta...
https://developer.apple.com/documenta...)
https://developer.apple.com/documenta...
https://developer.apple.com/documenta...

Connect with me!
X: https://x.com/StemFoxIO

Question - How are you going to customize your next navigation bar? Answer in the comments!

Want to learn more? Here are some sources I've learned from. Plus, some purchases help the channel.

I love Big Mountain Studio's books. Detailed and image oriented. Check them out here https://www.bigmountainstudio.com/a/y...

Disclaimer: (This video is/ is not sponsored. Some product links are affiliate links which means if you buy something we'll receive a small commission.)

⏰ Timecodes ⏰
Inset timecodes here:
00:00 - Intro
00:07 - How to add navigation bar in SwiftUI
00:41 - How to add a bar button item in SwiftUI
01:17 - How to add place bar button items in SwiftUI
03:22 - How to add customize navigation bar title in SwiftUI
04:37 - How to change navigation bar color in SwiftUI
09:14 - How to change navigation bar item color in SwiftUI
11:48 - How to hide navigation bar SwiftUI

Code:
```
struct ContentView: View {
var body: some View {
NavigationStack {
ScrollView {
VStack {
Image(systemName: "globe")
.imageScale(.large)
.foregroundStyle(.tint)
Text("Hello, world!")

NavigationLink {
DetailView()
} label: {
Text("Detail View")
.tint(.action)
}
}
.padding()
}
.navigationTitle("StemFox")
.navigationBarTitleDisplayMode(.inline)
.toolbar {
ToolbarItem(placement: .topBarLeading) {
Button("Catalog") {}
}
ToolbarItem(placement: .topBarTrailing) {
Button {} label: {
Image(systemName: "gear")
}
}
ToolbarItem(placement: .principal) {
Image("TitleIcon")
.resizable()
.aspectRatio(contentMode: .fit)
.frame(width: 75)
}
}
}
}
}

struct DetailView: View {
var body: some View {
Text("Detail View")
.toolbarVisibility(.hidden, for: .navigationBar)

}
}
```
#swift, #ios #development, #software, #swiftui, #navigationbar

About:
StemFoxIO posts videos to help you become a better, more efficient iOS developer.

How To Make Your SwiftUI Navigation Bar Look Awesome!

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

Master SwiftUI ScrollViews in Under 10 Minutes

Master SwiftUI ScrollViews in Under 10 Minutes

Как использовать NavigationStack в SwiftUI | Учебный лагерь №62

Как использовать NavigationStack в SwiftUI | Учебный лагерь №62

WWDC22: The SwiftUI cookbook for navigation | Apple

WWDC22: The SwiftUI cookbook for navigation | Apple

Кто пишет код лучше всех? Сравнил GPT‑5.2, Opus 4.5, Sonnet 4.5, Gemini 3, Qwen 3 Max, Kimi, GLM

Кто пишет код лучше всех? Сравнил GPT‑5.2, Opus 4.5, Sonnet 4.5, Gemini 3, Qwen 3 Max, Kimi, GLM

10 сочетаний клавиш Xcode, которые вы ОБЯЗАТЕЛЬНО должны освоить.

10 сочетаний клавиш Xcode, которые вы ОБЯЗАТЕЛЬНО должны освоить.

Advanced Navigation for SwiftUI apps

Advanced Navigation for SwiftUI apps

Find Memory Leaks FAST using Swift Testing!

Find Memory Leaks FAST using Swift Testing!

Как использовать панель инструментов в SwiftUI | Учебный лагерь № 63

Как использовать панель инструментов в SwiftUI | Учебный лагерь № 63

STOP Using Navigation Stack in SwiftUI! Use this instead...

STOP Using Navigation Stack in SwiftUI! Use this instead...

FFmpeg: бесплатный видеоконвертер из командной строки

FFmpeg: бесплатный видеоконвертер из командной строки

Create your first app with SwiftUI and SwiftData

Create your first app with SwiftUI and SwiftData

Отказ от территорий? / Войска оставили позиции

Отказ от территорий? / Войска оставили позиции

NavigationStack - SwiftUI Programmatic Navigation - iOS 16

NavigationStack - SwiftUI Programmatic Navigation - iOS 16

iOS 26 Custom Animated ToolBar Using SwiftUI | Xcode 26

iOS 26 Custom Animated ToolBar Using SwiftUI | Xcode 26

How to change navigation back button to image in SwiftUI

How to change navigation back button to image in SwiftUI

Xcode Search Tricks You NEED to Know!

Xcode Search Tricks You NEED to Know!

🔴 Building A Professional Side Menu with SwiftUI

🔴 Building A Professional Side Menu with SwiftUI

WWDC25: Optimize SwiftUI performance with Instruments | Apple

WWDC25: Optimize SwiftUI performance with Instruments | Apple

Сисадмины больше не нужны? Gemini настраивает Linux сервер и устанавливает cтек N8N. ЭТО ЗАКОННО?

Сисадмины больше не нужны? Gemini настраивает Linux сервер и устанавливает cтек N8N. ЭТО ЗАКОННО?

Zed IDE: Полный обзор спустя год | Личный опыт разработки на ней

Zed IDE: Полный обзор спустя год | Личный опыт разработки на ней

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: infodtube@gmail.com