Empty States in SwiftUI - iOS 17
4:33
Build A SwiftUI Airbnb App
48:52
Жыл бұрын
Пікірлер
@yomax1245
@yomax1245 2 сағат бұрын
Watching this a year later, but this was amazing. Thank you!
@fionam8774
@fionam8774 Күн бұрын
Why do we not use the length of the array for count? (I'm only at 24:33 so maybe its changed later in the video lol)
@CBusschaert
@CBusschaert Күн бұрын
Gotta love myself a 35-minute-long "hello world."
@oguzhantorunoglu6559
@oguzhantorunoglu6559 Күн бұрын
My application is an offline application and I encrypt my data in the sqlite database with AES. Should I mark no here?
@markbrittingham5842
@markbrittingham5842 2 күн бұрын
Very nice tutorial but the *constant* use of "go ahead and" is incredibly distracting. since, in every case, it is not needed.
@damonlloyd6025
@damonlloyd6025 2 күн бұрын
is the source code still available ?
@siddharthsen4475
@siddharthsen4475 2 күн бұрын
what happened to courses.iosacademy ?
@skaruts
@skaruts 2 күн бұрын
music is way too loud...
@Moh_sporty
@Moh_sporty 3 күн бұрын
hello sir I cant find the library firebasefirestoreSwift wan I downloaded package can you guide me how I can resolved that
@theblackviperog2398
@theblackviperog2398 4 күн бұрын
What does it mean “Please switch to an asynchronous networking API such as URLSession.
@黃思博-b2j
@黃思博-b2j 4 күн бұрын
Hello, I love this tutorial first of all, but I face a problem when I set up the Storyboard, it shows : Navigation Controller is unreachable no entry point..., and I try to solve it but the problem still there, I use Xcode 16.1, do someone know how to solve this issue? thank you
@ryoyamamoto6488
@ryoyamamoto6488 6 күн бұрын
Thanks!
@ambientnaturalsounds
@ambientnaturalsounds 6 күн бұрын
Can I push it to my github? And show it as a project on my resume?
@LavaMobile-z1f
@LavaMobile-z1f 7 күн бұрын
Thank you, this helps in developing my app for smart wearables. Any video or suggestions to get notification content of any app for Eg:- like you are wearing a watch and you receive whatsapp or text sms that content to send in watch using the application.
@MrMassmaker
@MrMassmaker 7 күн бұрын
Thosr tasks should be requested in AppDidEnterBackground..
@alexisk5978
@alexisk5978 7 күн бұрын
THANK YOU!!!
@veljkoradic4646
@veljkoradic4646 9 күн бұрын
Mate , Now I’m fully ready , I want more!
@jamescanady8156
@jamescanady8156 10 күн бұрын
Why did Apple need to rename interfaces?
@chorbogturongi_masjidi
@chorbogturongi_masjidi 10 күн бұрын
it helped me
@LeffViel-b2p
@LeffViel-b2p 11 күн бұрын
how do I use this API in XAMPP? I'm still in high school and don't understand at all
@prinzart2
@prinzart2 13 күн бұрын
It doesn't load the urls, I started the code but nothing happens 🙁
@Froz3nwater
@Froz3nwater 14 күн бұрын
I literally went nah I have windows who’s stopping me
@doseofdopamine2031
@doseofdopamine2031 14 күн бұрын
it'd be great if you could explain the login behind your pointer update code. Why should it work?
@ch1ldr3n27
@ch1ldr3n27 15 күн бұрын
Can I get the call when the app is terminated?
@divsyntax9720
@divsyntax9720 15 күн бұрын
4 centuries later, and this is still relevant!! Thanx mate!!!
@NallamsettyLakshmidevi
@NallamsettyLakshmidevi 18 күн бұрын
Send the code for me man
@ChambinhoDeeJay
@ChambinhoDeeJay 21 күн бұрын
On your ToDoListItemView you created a viewModel variable of type ProfileVIewViewModel().Shouldn´t it be of the type ToDoListItemViewViewModel and you would create the toggleIsDone func inside of it?
@தமிழோன்
@தமிழோன் 23 күн бұрын
A modern button in Swift in 1 second: Button("Title") {}
@miguelconstantino-guzman5272
@miguelconstantino-guzman5272 24 күн бұрын
Very helpful! Thank you so much! 😄
@a1n9d9y7
@a1n9d9y7 24 күн бұрын
Please update the video, I get a warning from delete function. 'UITableViewRowAction' was deprecated in iOS 13.0: Use UIContextualAction and related APIs instead.
@Greybax
@Greybax 24 күн бұрын
CoreData Studio - native macOS app.
@fearlesspixel1071
@fearlesspixel1071 25 күн бұрын
For anyone struggling with the keyboard blocking the login/register forms. This may or not be the best way, but it works. Hope this helps. Create a new file: import Foundation import SwiftUI import Combine class KeyboardObserver: ObservableObject { @Published var isKeyboardVisible: Bool = false private var cancellableSet: Set<AnyCancellable> = [] init() { let keyboardWillShow = NotificationCenter.default.publisher(for: UIResponder.keyboardWillShowNotification) .map { _ in true } let keyboardWillHide = NotificationCenter.default.publisher(for: UIResponder.keyboardWillHideNotification) .map { _ in false } // Merge the two publishers Publishers.Merge(keyboardWillShow, keyboardWillHide) .assign(to: \.isKeyboardVisible, on: self) .store(in: &cancellableSet) } } Then in whatever class you need to know whether or not the keyboard is open: // Create an observer @StateObject private var keyboardObserver = KeyboardObserver() // Use the observer if !keyboardObserver.isKeyboardVisible { HeaderView(title: "Event Tracker", subTitle: "Get Organized!", rotationAngle: 15, backgroundColor: .orange) } else { Spacer() }
@fearlesspixel1071
@fearlesspixel1071 25 күн бұрын
This guy needs to chill out and do things right the first time. A lot of good info here, but it's surrounded by backtracking and begging for likes..
@SubjectRandom21
@SubjectRandom21 25 күн бұрын
How did you create your storyboard in the first place?
@coolcodingdad
@coolcodingdad 25 күн бұрын
Great video! You really explained it well, thank you!
@cromuelbarut9859
@cromuelbarut9859 26 күн бұрын
is this course still good in 2024?
@Vononex
@Vononex 27 күн бұрын
Its not free right?
@mshekhardora5746
@mshekhardora5746 2 күн бұрын
Nope
@RayZde
@RayZde 28 күн бұрын
Why in your diagram does the modify notify the controller? The model is just static data. Any notify should occur in your controller.
@minimaster.10
@minimaster.10 29 күн бұрын
this UIKit how about SwiftUI ?
@NoahGustafson-v8h
@NoahGustafson-v8h Ай бұрын
Anyone know if variables can be passed in to replace the "person/people" string? I'd like to pass people in as a data point and use inflection rather than hardcoding the text.
@ftrrhmn09
@ftrrhmn09 Ай бұрын
i love this video
@boqoll
@boqoll Ай бұрын
On the last half of the video 1. Didnt explain Well ❌ 2. Not clear ❌ 3. Couldnt follow along ❌ 4. Caused too many errors ❌
@boqoll
@boqoll Ай бұрын
Just used claude3.5 and it fixed the problem. I find this video useless
@spencercoffin4277
@spencercoffin4277 Ай бұрын
Hello, I followed the link from the description for the source code, but after i subscribed on patreon and connected GitHub nothing happens. Is there a new link so I can get this source code?
@jaketrs9944
@jaketrs9944 Ай бұрын
Do you have to use Xcode?
@Amina-q8e
@Amina-q8e Ай бұрын
FINALLY someone explains it but and makes it short THANK YOU
@aniketbodhale2474
@aniketbodhale2474 Ай бұрын
How to send the receipt to the appstore after successfully purchased?
@subinsuresh
@subinsuresh Ай бұрын
How to pass data from second view controller to first view controller using coordinator pattern?
@ChristianLeónPro
@ChristianLeónPro 13 күн бұрын
You can pass a closure
@headach09
@headach09 Ай бұрын
Thanks for the excellent sharing. Wish can bring some small example or in the later series.
@sfincione2000
@sfincione2000 Ай бұрын
What's a "buh-in"?
@wilkinanthony4369
@wilkinanthony4369 Ай бұрын
hey so im new to coding and am learning about Api's, and want to do a anime project for AnimeNewsNetwork api , can you make a video on how to open and use it for a project, im a little lost since its my first time doing this