Swift Developer Podcast - App development and discussion
Latest Episodes
The one about Apple, Developers, and how we get through it
It's the Pre-WWDC21 episode. So it's time to talk about how we try to start healing the wounds and what is causing them between Apple and developers. I try to offer a perspective from both sides and some suggestions on how we can move forward. TL;DR It's
What is an MVP and why you should make one
In this episode, I'll explain what an MVP is and why I think you should make one for projects you work on. Let's connect https://linktr.ee/peterwitham --- Send in a voice message: https://anchor.fm/compileswift/message Support this podcast: https://anc
It starts with an export and ends with an import
I have been having some fun this week with exporting and importing files using SwiftUI on iOS. Let me spare you some pain if you need to do the same thing, listen on! Support this Podcast https://buymeacoffee.com/pwcom --- Send in a voice message: http
WWDC21 Wishes, Maybes, Probably Nots
It's time for me to share some thoughts on what I would like to see from WWDC21 this year and it's not hardware. Share your thoughts with me at compileswift.com/contact Say thanks and show your support for this podcast, it really makes all the difference,
Update on the iPad Pro smart keyboard, Laptop colors? Streaming, New video series, GitHub Actions
Yep, it's a bumper-packed episode catching up on a few topics that have been going around this week. Including - New M1 iPro Pro with old smart keyboard covers will work, with a but. - Mac Laptops with color options like the iMac? - CompileSwift streaming
Now with live code streaming!
Yep, I'm following up on my own suggestion to put development out there in the public space and have successfully completed my first test stream on Twitch.tv/compileswift Exciting things ahead now that I've put the pressure on myself to make this happen o
Apple Event Details including super-powerful iPad Pros and iMac Flavors.
Want to say thanks and buy me a coffee? https://www.buymeacoffee.com/pwcom Exclusive access to premium content head over to https://patreon.com/compileswift --- Send in a voice message: https://anchor.fm/compileswift/message Support this podcast: https
Growing up unafraid in public as a developer
If you are a new developer or maybe on the shy and introverted side, you could well be intimidated by the thought of posting online. I'm here to tell you to go for it, there are plenty of positive places, people, and rewards from doing it. Listen on for a
WWDC21 Details have been released. I have theories on the images...
Apple has released details for WWDC21, this year will be online just like last year. That makes a lot of sense to me, we all need to stay safe, although it's sad to not meet up in person. I also have some thoughts on what might be hidden in the images. Me
Using the EnvironmentObject to make data available to SwiftUI views
More than likely you have more than one view in your SwiftUI based application. If that is the case then you probably need to share data across those views and always have them displaying the latest data right? That's where the environment object comes in