Dev__Swift's profile picture.  iOS Dev with #Swift | Resources to Learn Swift | Content Creator

Programación Swift

@Dev__Swift

 iOS Dev with #Swift | Resources to Learn Swift | Content Creator

Programación Swift รีโพสต์แล้ว

Learn how to test Optionals in Swift avanderlee.com/swift/test-opt… 🧐 How different XCTAsserts have different results 🙄 Using XCTUnwrap vs asserts 🚀 Convenience overloads to improve readability #swiftlang #iosdev


Programación Swift รีโพสต์แล้ว

One of the most challenging tasks as an iOS developer is managing certificates. Learn how to manually import/export them here: sarunw.com/posts/how-to-s…


Programación Swift รีโพสต์แล้ว

Learn a powerful concept in SwiftUI, view modifier. 🙈Blur any NSFW content with .nsfw() modifier. sarunw.com/posts/swiftui-… #ios #iosdev #swiftlang #swiftui


Programación Swift รีโพสต์แล้ว

You can now set titleView in SwiftUI with a toolbar modifier. sarunw.com/posts/custom-n… #iosdev #swiftui

sarunw's tweet image. You can now set titleView in SwiftUI with a toolbar modifier.

sarunw.com/posts/custom-n…

#iosdev #swiftui

Programación Swift รีโพสต์แล้ว

Learn how to create Conditional View Modifiers in SwiftUI avanderlee.com/swiftui/condit… ☝🏼 Apply modifiers conditionally 🛀🏻 Useful extensions to keep your code clean 💻 OS Specific view modifiers #swiftlang #iosdev

avanderlee.com

How to create a Conditional View Modifier in SwiftUI

A Conditional View Modifier can be created using a custom extension on View. Combined with a Boolean extension we simplify our SwiftUI logic.


Programación Swift รีโพสต์แล้ว

Learn how use the Redacted View Modifier avanderlee.com/swiftui/redact… ⏳ Loading UX ☠️ Creating skeleton views 💪🏼 Useful extensions #swiftlang #iosdev


Programación Swift รีโพสต์แล้ว

In Swift 5, you can add protocol default implementation for a specific class. sarunw.com/posts/how-to-d… #iosdev #swiftlang

sarunw's tweet image. In Swift 5, you can add protocol default implementation for a specific class.

sarunw.com/posts/how-to-d…

#iosdev #swiftlang

Programación Swift รีโพสต์แล้ว

Learn how to sort an array of objects by multiple properties with Swift Tuple. sarunw.com/posts/sort-arr…


Programación Swift รีโพสต์แล้ว

🏞 SwiftUI te permite cargar imágenes desde un URL sin bloquear el hilo principal. Para ello, puedes usar AsyncImage, muy útil para usar dentro de tus aplicaciones iOS ▶️ youtu.be/KFZEZSk94wk #swiftui #swift #xcode

SwiftBeta_'s tweet image. 🏞 SwiftUI te permite cargar imágenes desde un URL sin bloquear el hilo principal. Para ello, puedes usar AsyncImage, muy útil para usar dentro de tus aplicaciones iOS

▶️ youtu.be/KFZEZSk94wk

#swiftui #swift #xcode

Programación Swift รีโพสต์แล้ว

You can print object without escaping special characters with the print function or cast it as NSString. #ios #iosdev sarunw.com/posts/print-un…

sarunw's tweet image. You can print object without escaping special characters with the print function or cast it as NSString.

#ios #iosdev

sarunw.com/posts/print-un…

Programación Swift รีโพสต์แล้ว

Introduction to Tuist, a tool to create, maintain, and interact with Xcode projects. sarunw.com/posts/getting-…

sarunw's tweet image. Introduction to Tuist, a tool to create, maintain, and interact with Xcode projects.

sarunw.com/posts/getting-…

Programación Swift รีโพสต์แล้ว

Setting a background color is a trivial task in UIKit, but it isn't that straightforward in SwiftUI. Learn how to properly do it. sarunw.com/posts/how-to-s…

sarunw's tweet image. Setting a background color is a trivial task in UIKit, but it isn't that straightforward in SwiftUI.

Learn how to properly do it.

sarunw.com/posts/how-to-s…

Programación Swift รีโพสต์แล้ว

Manipulating a view frame in SwiftUI isn't straightforward as you do in UIKit. Learn how to make a SwiftUI view to fill its container width and height. sarunw.com/posts/how-to-m…

sarunw.com

How to make a SwiftUI view to fill its container width and height | Sarunw

We can use a frame modifier to make a view appear to be full width and height, but the result might not be what you expected.


Programación Swift รีโพสต์แล้ว

You shouldn't use the same image for both backIndicatorImage and backIndicatorTransitionMaskImage Let's see why ➡️ sarunw.com/posts/what-is-… #iOSDev #UIKit

sarunw's tweet image. You shouldn't use the same image for both backIndicatorImage and backIndicatorTransitionMaskImage

Let's see why ➡️ sarunw.com/posts/what-is-…

#iOSDev #UIKit

Programación Swift รีโพสต์แล้ว

In iOS, you can add and use a custom font to your app and use it like other assets. The process is not complicated, but it might not be straightforward as adding an image. Let's see how to do it: sarunw.com/posts/how-to-a…

sarunw.com

How to add custom fonts to iOS app | Sarunw

In iOS, you can add and use a custom font to your app and use it like other assets. The process is not hard, but it might not be straightforward as adding an image. Let's learn how to do it.


Programación Swift รีโพสต์แล้ว

💾 Aprende a persistir información en tu app usando el Property Wrapper AppStorage. AppStorage usa por debajo UserDefaults para persistir la información. Mira el ejemplo práctico 👇 ▶️ youtu.be/-hXV-GSb-io

SwiftBeta_'s tweet image. 💾 Aprende a persistir información en tu app usando el Property Wrapper AppStorage.

AppStorage usa por debajo UserDefaults para persistir la información. Mira el ejemplo práctico 👇

▶️ youtu.be/-hXV-GSb-io

Programación Swift รีโพสต์แล้ว

🥇 Async await in Swift explained with code examples avanderlee.com/swift/async-aw… 🥈 How to use the Redacted View Modifier in SwiftUI with useful extensions avanderlee.com/swiftui/redact… 🥉 JSON Parsing in Swift explained with code examples avanderlee.com/swift/json-par… #swiftlang #swiftlee

twannl's tweet image. 🥇 Async await in Swift explained with code examples
avanderlee.com/swift/async-aw…

🥈 How to use the Redacted View Modifier in SwiftUI with useful extensions
avanderlee.com/swiftui/redact…

🥉 JSON Parsing in Swift explained with code examples
avanderlee.com/swift/json-par…

#swiftlang #swiftlee

United States เทรนด์

Loading...

Something went wrong.


Something went wrong.