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

Joined February 2021
Similar User
GeneBogdanovich's profile picture. #iOS Developer 👨‍💻 making @progressguard

@GeneBogdanovich

mightyswiftsage's profile picture. #SwiftLang #Apple #iOS dev

@mightyswiftsage

rlmgrafa's profile picture. iOS Developer at @amazon (@geteero), learning SwiftUI and amateur Tenis player - Snacks Tower game creator

@rlmgrafa

CodeByNick's profile picture. Data Engineer & iOS Developer. 
📮 nick@codebynick.com

@CodeByNick

goldena_by's profile picture. Generalist, minimalist. Father, husband. iOS Developer. Manager. MBA. https://t.co/menRQuL88M

@goldena_by

simbasaintchris's profile picture. 📲iOS /💻macOS Developer (Swift 5 && SwiftUI && UIKit) || Obj-C. FEWebDev🌐. Poet with contrasting tendencies towards Keatsian Romanticism and Eliot's Modernism

@simbasaintchris

vitusilveira31's profile picture. iOS Engineer

@vitusilveira31

hectorddmx's profile picture. iOS/macOS/Flutter/Phoenix dev. I like swift, elixir, ruby, python and dart. Would love “Denno Coil”-like AR glasses. Head of Mobile Department @DistilleryTech.

@hectorddmx

Programación Swift Reposted

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 Reposted

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 Reposted

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 Reposted

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 Reposted

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


Programación Swift Reposted

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


Programación Swift Reposted

In Codable, If any item in a JSON array gets corrupted or malformed, the whole array failed to decode. If you don't want the entire collection to break, here is how. sarunw.com/posts/decode-a… #iOSDev #SwiftLang


Programación Swift Reposted

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 Reposted

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


Programación Swift Reposted

🏞 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 Reposted

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 Reposted

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 Reposted

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 Reposted

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…


Programación Swift Reposted

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 Reposted

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…


Programación Swift Reposted

Learn how to create static/dynamic content for the SwiftUI list. sarunw.com/posts/create-l…


Programación Swift Reposted

💾 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 Reposted

🥇 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

Loading...

Something went wrong.


Something went wrong.