Earlier quoted context omitted.
Mixed. Some simple stuff with UIKit can be messy and complicated with SWIFTUI. But the intuitiveness of SWIFTUI will make you comfortable with some of the little challenges it poses.
Minor spelling thing; I think it's capitalized SwiftUI, not SWIFTUI.
Show HN: Made an internal communication app with just SWIFTUI
21–30 of 31 posts
Re: Show HN: Made an internal communication app with just SWIFTUI
#22Re: Show HN: Made an internal communication app with just SWIFTUI
#23Earlier quoted context omitted.
Smiles. Not to worry. It's just a screenshot for a sample use case.
On the other hand, the heading says "Tell your peers...". The person who wrote the message below is definitely not my peer - they're either my boss or my sworn enemy.
Re: Show HN: Made an internal communication app with just SWIFTUI
#24Re: Show HN: Made an internal communication app with just SWIFTUI
#25Earlier quoted context omitted.
Don’t worry, I went through and vouched for your dead comments.
Thanks so much @saagarjha am very grateful. Please if you created a team on Kwayet I will be glad to give your team a blue check.
Re: Show HN: Made an internal communication app with just SWIFTUI
#26 - What DB are you using? (more than one? or just the one?)
- Did you build an API layer - what did ya use - how was the experience?
- Where are you storing uploaded assets?
- Where is your backend (API, DB) deployed - do you use any tools to manage that?
Thanks! All the best :)Re: Show HN: Made an internal communication app with just SWIFTUI
#27Would you say that swiftui is ready for complex production apps?
Re: Show HN: Made an internal communication app with just SWIFTUI
#28Great stuff, looks fantastic! Congrats and good luck on the launch!! Everyone here is asking about SwiftUI :) I want to know what your backend looks like if you have the chance.. - What DB are you using? (more than one? or just the one?) - Did you build an API layer - what did ya use - how was the experience? - Where are you storing uploaded assets? - Where is your backend (API, DB) deployed - do you use any tools to…
Re: Show HN: Made an internal communication app with just SWIFTUI
#29Great stuff, looks fantastic! Congrats and good luck on the launch!! Everyone here is asking about SwiftUI :) I want to know what your backend looks like if you have the chance.. - What DB are you using? (more than one? or just the one?) - Did you build an API layer - what did ya use - how was the experience? - Where are you storing uploaded assets? - Where is your backend (API, DB) deployed - do you use any tools to…
Re: Show HN: Made an internal communication app with just SWIFTUI
#30Some of the UI looks involved (like the chat UI). Much more complicated than other SwiftUI I have seen so far. I haven’t dug into SwiftUI at my day job, but would love to hear more details about your process. What issues did you run into? Did you use many third party dependencies?
There were several issues that arose from underlying changes made in SwiftUI between iOS 13 and 14.
You can always use UIViewRepresentable as an "escape hatch", but it invariably adds some complexity.