Craig Clayton · @thedevme
574 followers · 243 posts · Server mastodon.cloud

🚀 Big News! My course "Design to Presents... Building an Apple Watch Store App in iOS 17" launches Sept 18! 🗓️ Be among the first to master & iOS 17 features. 📱 Pre-order NOW 4 a reduced rate! 🎉 Don't miss this deal!

youtu.be/_xPgWVReOzE

#swiftui #swiftdata #iosdevelopment

Last updated 1 year ago

MartianCraft · @MartianCraft
78 followers · 114 posts · Server iosdev.space

Adding in-app purchase capabilities just got easier!

Explore a new collection of UI components in StoreKit to easily merchandise your products, present subscriptions, add promo codes, and more. developer.apple.com/videos/pla

#appdevelopment #iOSApp #iosdevelopment

Last updated 1 year ago

Mohammad Azam · @azamsharp
100 followers · 70 posts · Server iosdev.space

Displaying Errors Globally in SwiftUI

#iosdevelopment #swiftui

Last updated 1 year ago

Franklin Byaruhanga · @byaruhaf
91 followers · 15 posts · Server iosdev.space

Making progress on the summarization app using the PaLM API. The app can now generate summaries for text within images by using either drag and drop or selecting images from the user's photo library.

#BuildInPublic #indiedev #iosdev #iosdevelopment #swift #iosdeveloper #mobileappdevelopment

Last updated 1 year ago

Charpie · @charpie
3 followers · 1 posts · Server mas.to

Alright, gonna try to give Mastodon a serious go. Been lurking for a bit and it definitely fits my macOS/iOS nerd vibe. Hello! 👋

#helloworld #iosdevelopment

Last updated 1 year ago

Franklin Byaruhanga · @byaruhaf
89 followers · 14 posts · Server iosdev.space

I've managed to create a basic summarization app with the PaLM API that's functional. I'll be exploring additional features and improvements over the weekend.

#BuildInPublic #indiedev #iosdev #iosdevelopment #swift #iosdeveloper #mobileappdevelopment

Last updated 1 year ago

Franklin Byaruhanga · @byaruhaf
89 followers · 13 posts · Server iosdev.space
Sam Warnick · @sam
22 followers · 101 posts · Server social.warnick.me

Another one of my favorite features of my app ScreenCred, it can open details in @caseyliss’s new app Callsheet! Best way to get more details on a movie, show, or actor IMO

#iosdevelopment #swiftui

Last updated 1 year ago

Mohammad Azam · @azamsharp
81 followers · 42 posts · Server iosdev.space

The most common operation you will do as an iOS developer is consume an API, preferably JSON. Join my livestream on 08/09/2023 at 6:30 PM CST and learn how to do it.

youtube.com/live/vF1ayZ1ghrI?f

#iosdev #swiftui #iosdevelopment

Last updated 1 year ago

Sender is in the App Store!

My debut as an iOS developer. I got some rejections previous times and voilà, one of my creations went through the review! Feels nice.

The app is simple, I have some more complicated ones coming, but still, I’m happy to finally have something published.

apps.apple.com/app/id645316753

iosdev.space/@sergpryimachuk/1

#BuildInPublic #indieiosdev #iosdevelopment

Last updated 1 year ago

Martin · @mgangelov
6 followers · 73 posts · Server hachyderm.io

Day 9 of - all about closures.

After a small pause, hopefully I'm back on the learning course. The trailing closures from Day 9 look a bit weird, but other than that everything looks okay.

#100DaysOfSwiftUI #swiftui #swift #iOS #iosdevelopment

Last updated 1 year ago

Serhii Pryimachuk · @sergpryimachuk
22 followers · 96 posts · Server iosdev.space

Over the last three months, I was learning by practicing building apps. Some apps are okay, some I’m still trying to polish. The most difficult part turned up to be is showing up my work. I’m too much ‘perfectionist’. That’s not good, so today I’d like to share the app that I find the most useful for myself – Sender, distraction-free email.

#swiftui #BuildInPublic #indieiosdev #iosdevelopment #productivity

Last updated 1 year ago

· @mgangelov
6 followers · 65 posts · Server hachyderm.io

Day 8 of - error handling with throws and do+try...catch.

It is very strange to me that doesn't have a way to specify the exact custom error type being thrown. For example, I cannot specify that my function will only throw the custom enum I have defined.

For all the rest of type strictness in the lanaguage, this seems like a surprising omission.

#100DaysOfSwiftUI #swift #swiftui #iOS #iosdevelopment

Last updated 1 year ago

· @mgangelov
6 followers · 65 posts · Server hachyderm.io

Day 7 of - all about functions.

Finally figured out what the deal with named parameters is - it is well-reasoned and understandable. Having different parameter and argument namings is neat too.

It's interesting how one-liner functions are typed and treated, eg. the example below.

#100DaysOfSwiftUI #swift #swiftui #iOS #iosdevelopment

Last updated 1 year ago

· @mgangelov
6 followers · 62 posts · Server hachyderm.io

No today - just didn’t find the time, life came in the way. Tomorrow, with it being the weekend, I will do 2 hours/sessions to catch up.

#100DaysOfSwiftUI #swift #swiftui #iOS #iosdevelopment

Last updated 1 year ago

· @mgangelov
6 followers · 62 posts · Server hachyderm.io

Day 6 of - for, while loops, continue break.

I realised I had missed fallthroughs in switch - a weird and side-effecty concept. Cannot think of why someone would want to execute a switch condition block, if the case doesn't match.

The Xcode plural word detection for array variables is pretty cool. Doesn't make up for shittty bindings though.

#100DaysOfSwiftUI #vim #iOS #iosdevelopment #swift #swiftui

Last updated 1 year ago

Granit Gjevukaj · @granit
5 followers · 2 posts · Server iosdev.space

When did it become cool to have signup screens for terminal apps?

#iosdev #iosdevelopment #warp

Last updated 1 year ago

· @mgangelov
3 followers · 59 posts · Server hachyderm.io

Day 5 of - ifs, if else, switches, ternary.

Pros and Cons of the day
Pros:
- Ternaries!!!

Cons:
- Still don’t understand why functions prioritise named arguments rather than positional. Still cannot add a positional argument. Looking forward to Functions Day

#100DaysOfSwiftUI #swift #iOS #iosdevelopment #swiftui

Last updated 1 year ago

Sam Warnick · @sam
15 followers · 87 posts · Server social.warnick.me

🥳 ScreenCred was approved! Only had 2 rejections.

Now I just need to figure out when to actually release it...

#iosdev #iosdevelopment #swiftui

Last updated 1 year ago

· @mgangelov
3 followers · 59 posts · Server hachyderm.io

Day 4 of - type inference & data type revision.

Starting to appreciate the elegance of : - strong typeness with powerful/unobtrusive inference
- declaring constants before setting a value

Hope there’s more to come.

#100DaysOfSwiftUI #swift #iOS #iosdevelopment #swiftui

Last updated 1 year ago