I just created a Telegram Channel to Share Tutorials and Source Code of the SwiftUI projects: https://t.me/joinchat/AAAAAEjQ9XbY1X8...
I decided to create the [ buy me a coffee ]page for people who would like to support my channel but are hesitant to become patrons on Patreon. So if you want, you can buy me a "coffee" here: https://www.buymeacoffee.com/appdesig...
#SwiftUI #ChatApp #Firebase
SwiftUI Chat App with Firebase (real time Messages )
https://cos.tv/videos/play/3851088443... : SwiftUI UISearchBar
I will post some advanced tutorials about SwiftUI here is my Patreon account, if you join it, you would have access to all them, thanks so much for your support, and of course I will upload advanced tutorials here too :
/ 39344839
i hope you like and dont Forget to subscribe + Thumb up and share with your Friends.
If you want to remove the separate for the list,add this : In the MessagePage , Modify: List(message.chat) { }
And add ScrollView(.vertical) {
ForEach(message.chat, id: \.self) { i in }
.padding()
GitHub : https://github.com/App-Designer2/Swif....
Visit my Website : https://app-designer2.io
follow me on Instagram : / app_designer2
Save images in CoreData : • SwiftUI Saving images and data in the Code...
Alert Notification : • SwiftUI Tutorial: Alert Notification + Obs...
Hide and Show my Password from SecureField + TextField : • SwiftUI: How I Hide and Show my Password ...