Тёмный
No video :(

How to Make a Sleep Sound App from Scratch - Part 1 In SwiftUI Tutorial 

AYHAN
Подписаться 1,8 тыс.
Просмотров 205
50% 1

Source Code: www.patreon.co...
Hello everybody!
In this video, I'll walk you through step by step on how to create a Sleep Sound app from scratch. This app will be filled with soothing sounds, and you'll be able to easily create it at home. In this first part, we'll follow the steps to gather the necessary tools and materials. Then, we'll learn how to create and edit sound files. Join us on this journey of app development as we lay the foundations together to create a relaxing sleep experience!
In the upcoming episodes, we will continue to develop the Sleep Sound application. I'm also looking forward to your comments; feel free to share any questions or suggestions you may have. Your feedback is important to me! Thank you, and see you in the next video!
My Portfolio ↓
✶ bento.me/ayhanco
✶ Email: ayhan.jibrael@gmail.com
SwiftUI, iOS Development, macOS Development, Swift Programming, User Interface, Declarative Syntax, Reactive UI, Cross-Platform Development, Mobile App Development, App Design, UI Components, Layouts, Views, Navigation, State Management, Data Binding, Animation, Gestures, Accessibility, Dark Mode, SwiftUI Tutorials, SwiftUI Tips, SwiftUI Tricks, SwiftUI Examples, SwiftUI Projects, Code Snippets, App Development Tools, Xcode, Swift Language, UI Design Patterns, MVVM Architecture, Combine Framework, SwiftUI Libraries, Custom Views, SwiftUI Challenges, SwiftUI Best Practices, SwiftUI Performance, SwiftUI Updates, SwiftUI Community, SwiftUI Discussions, SwiftUI Resources, SwiftUI Books, SwiftUI Courses, SwiftUI Workshops, SwiftUI Conferences, SwiftUI Roadmap, SwiftUI Features, SwiftUI Debugging, SwiftUI Testing, SwiftUI Adoption Trends.

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@RussChannel13
@RussChannel13 5 месяцев назад
Hey Ayhan! Thank you for the great video! Did you generate Assets images in ChatGPT ?
@ayh.co.
@ayh.co. 5 месяцев назад
Hi 👋🏻 The Pictures I Used In The Video Are Not GhatGPT, But You Can Do It With GhatGPT4 ☺️
@PPlass
@PPlass 3 месяца назад
Hi, thanks a lot. I can't find the -> audioPlayer.loadAudio(from: url, title: audio.SurahName, artist: "Sleep Sound", image: audio.image) -Fumction in your code. Can you provide the missing part? PP
@ayh.co.
@ayh.co. 3 месяца назад
Hi, you're welcome. I think you want the code for this part. If I misunderstood, correct me. guard let url = URL(string: audio.fileName) else { return } audioPlayer.loadAudio(from: url, title: audio.SurahName, artist: "Sleep Sound", image: audio.image) audioPlayer.setupRemoteTransportControls()