iOS_Dev_Content's profile picture. Retweeting blog posts & videos from the iOS community. Made by @FloWritesCode

iOS Developer Content

@iOS_Dev_Content

Retweeting blog posts & videos from the iOS community. Made by @FloWritesCode

iOS Developer Content 已轉發

Adding charts to your app is now easier than ever with the brand new `Swift Charts` framework for iOS 16!

FloWritesCode's tweet image. Adding charts to your app is now easier than ever with the brand new `Swift Charts` framework for iOS 16!

iOS Developer Content 已轉發

SwiftUI Colors now have a subtle gradient built right into them! This looks SUPER good, for sure a no-brainer in every single app for me.

FloWritesCode's tweet image. SwiftUI Colors now have a subtle gradient built right into them! This looks SUPER good, for sure a no-brainer in every single app for me.

iOS Developer Content 已轉發

Colors now also have INNER SHADOWS! This allows you to e.g. add a glow effect like in this example.

FloWritesCode's tweet image. Colors now also have INNER SHADOWS! This allows you to e.g. add a glow effect like in this example.

iOS Developer Content 已轉發

You can now add TextFields inside a SwiftUI Alert! Hint: No, the Alert does not support arbitrary Views, this is a new exception :)

FloWritesCode's tweet image. You can now add TextFields inside a SwiftUI Alert!

Hint: No, the Alert does not support arbitrary Views, this is a new exception :)

iOS Developer Content 已轉發

My video on `NavigationStack`, SwiftUI's new navigation API, is already my second most viewed video of all time while only being out 2 days :O -> Check it out if you want to get a quick overview of programmatic navigation, pop to root & more: youtu.be/DMsALlhObNk

FloWritesCode's tweet card. SwiftUI NavigationStack: Programmatic Navigation & Pop to Root | iOS...

youtube.com

YouTube

SwiftUI NavigationStack: Programmatic Navigation & Pop to Root | iOS...


iOS Developer Content 已轉發

SwiftUI now also has a native PhotosPicker! You can place this View in your app's toolbar to let the user select photos 📸

FloWritesCode's tweet image. SwiftUI now also has a native PhotosPicker!

You can place this View in your app's toolbar to let the user select photos 📸

iOS Developer Content 已轉發

Add a lockscreen widget to your existing app with this 7 minute tutorial: youtu.be/RV401bUfCck The fundamentals are exactly the same as for homescreen widgets, so for a refresher you can take a look at my WidgetKit course (linked in video description).

FloWritesCode's tweet image. Add a lockscreen widget to your existing app with this 7 minute tutorial: youtu.be/RV401bUfCck

The fundamentals are exactly the same as for homescreen widgets, so for a refresher you can take a look at my WidgetKit course (linked in video description).

iOS Developer Content 已轉發

Learn how to export a SwiftUI View as an image to the user's photo library in under 5 minutes. youtu.be/nQNnHOeGmU4

FloWritesCode's tweet card. SwiftUI ImageRenderer: Convert View to Image | iOS 16 Tutorial

youtube.com

YouTube

SwiftUI ImageRenderer: Convert View to Image | iOS 16 Tutorial

Convert SwiftUI Views to an image using the new `ImageRenderer`!

FloWritesCode's tweet image. Convert SwiftUI Views to an image using the new `ImageRenderer`!


iOS Developer Content 已轉發

A quick reference to programmatic navigation in iOS 16 & SwiftUI. - Setup enum for navigation states - Add value to NavigationLinks - Empty array to pop to root - Add arbitrary enum cases to programmatically navigate (multiple layers) Intro Video: youtu.be/DMsALlhObNk

FloWritesCode's tweet image. A quick reference to programmatic navigation in iOS 16 & SwiftUI.

- Setup enum for navigation states
- Add value to NavigationLinks
- Empty array to pop to root
- Add arbitrary enum cases to programmatically navigate (multiple layers)

Intro Video: youtu.be/DMsALlhObNk

iOS Developer Content 已轉發

SwiftUI on macOS now supports the `.focusSection()` modifier (also available on tvOS) to guide the user focus - e.g. during keyboard navigation.


iOS Developer Content 已轉發

In this video, I take a break from WWDC and get back to #Swift basics by exploring the differences between using an if condition and a guard condition. In addition we check out execution flow, unwrapping optionals and dealing with throwing errors. youtu.be/y1wVyNRJook

StewartLynch's tweet image. In this video, I take a break from WWDC and get back to #Swift basics by exploring the differences between using an if condition and a guard condition.
In addition we check out execution flow, unwrapping optionals and dealing with throwing errors.

youtu.be/y1wVyNRJook

iOS Developer Content 已轉發

New Article! Learn how to use a powerful new UIKit component- UICalendarView. In this tutorial, I talk about getting started, handling selections, adding decorations, and more! Check it out. swapnanildhol.blog/blog/tech/2022…#WWDC22 #UICalendarView #SwiftLang #iOSDev #UIKit


iOS Developer Content 已轉發

There will be a time when you need to translate the gibberish crash log like this. sarunw.com/posts/symbolic… #iosdev

sarunw's tweet image. There will be a time when you need to translate the gibberish crash log like this.

sarunw.com/posts/symbolic…

#iosdev

iOS Developer Content 已轉發

You can opt-in your struct and enum for automatic Equatable and Hashable synthesis. sarunw.com/posts/reduce-b… #iosdev

sarunw's tweet image. You can opt-in your struct and enum for automatic Equatable and Hashable synthesis.

sarunw.com/posts/reduce-b…

#iosdev

iOS Developer Content 已轉發

Open source! Let’s make the Swift Charts :) #swiftLang #iOSDevelopment

Anyone want to help with an open source project to recreate all the charts from this Swift Charts session? Would be great to have an easy resource for inspiration and play!

jordibruin's tweet image. Anyone want to help with an open source project to recreate all the charts from this Swift Charts session? Would be great to have an easy resource for inspiration and play!


iOS Developer Content 已轉發

I never realized that you can add buttonStyle to NavigationLink. #SwiftUI

azamsharp's tweet image. I never realized that you can add buttonStyle to NavigationLink. 

#SwiftUI

iOS Developer Content 已轉發

Never judge a book by it’s title. I always try to add a little extra to my videos and I am happy that my latest one is offering some insight into what might be considered to many, too basic. youtu.be/y1wVyNRJook

StewartLynch's tweet image. Never judge a book by it’s title.  I always try to add a little extra to my videos and I am happy that my latest one is offering some insight into what might be considered to many, too basic.

youtu.be/y1wVyNRJook

iOS Developer Content 已轉發

In any WWDC, there’s always a session that I need to watch at least twice to understand… here’s one of them 😅 developer.apple.com/wwdc22/110353

swiftandtips's tweet image. In any WWDC, there’s always a session that I need to watch at least twice to understand… here’s one of them 😅 developer.apple.com/wwdc22/110353

iOS Developer Content 已轉發

Hey CodeCrew! Here's a rundown on the 3 big themes that stood out from last week's WWDC and our thoughts on what this means to your app development in the future. Watch it here: ​​youtu.be/dWLlV7lnt60

CodeWithChris's tweet image. Hey CodeCrew!

Here's a rundown on the 3 big themes that stood out from last week's WWDC and our thoughts on what this means to your app development in the future. 

Watch it here: ​​youtu.be/dWLlV7lnt60

iOS Developer Content 已轉發

In Core Data we have this toolbox called the NSPersistentContainer. 👉This toolbox will help you get your data ready to use in your app. It's a central part of Core Data. This has been a big step to simplify developers' lives. Instantiate this one object to start using Core Data.

BigMtnStudio's tweet image. In Core Data we have this toolbox called the NSPersistentContainer.
👉This toolbox will help you get your data ready to use in your app. It's a central part of Core Data.
This has been a big step to simplify developers' lives. Instantiate this one object to start using Core Data.
BigMtnStudio's tweet image. In Core Data we have this toolbox called the NSPersistentContainer.
👉This toolbox will help you get your data ready to use in your app. It's a central part of Core Data.
This has been a big step to simplify developers' lives. Instantiate this one object to start using Core Data.

Loading...

Something went wrong.


Something went wrong.