Dev__SwiftUI's profile picture.  iOS Dev with #SwiftUI | Creator Contents | Resources to Learn SwiftUI

Programación SwiftUI

@Dev__SwiftUI

 iOS Dev with #SwiftUI | Creator Contents | Resources to Learn SwiftUI

Programación SwiftUI 님이 재게시함

SwiftUI only provides a few built-in shapes: developer.apple.com/documentation/… But you can implement Shape protocol to build your own custom shapes and enter into the “Sacred Realm”!! 🤓 🔺 🔺 🔺

swiftandtips's tweet image. SwiftUI only provides a few built-in shapes: developer.apple.com/documentation/…

But you can implement Shape protocol to build your own custom shapes and enter into the “Sacred Realm”!! 🤓 🔺 🔺 🔺

Programación SwiftUI 님이 재게시함

KeyPath is a type that represents a reference to properties. At some level, it is a kind of metaprogramming. It might not be obvious how we can fit this language feature into our code. Let's see what KeyPath is and what it has to offer. sarunw.com/posts/what-is-…

sarunw's tweet image. KeyPath is a type that represents a reference to properties. 

At some level, it is a kind of metaprogramming. It might not be obvious how we can fit this language feature into our code.

Let's see what KeyPath is and what it has to offer.

sarunw.com/posts/what-is-…

Programación SwiftUI 님이 재게시함

Learn how to sort by multiple properties in Swift. sarunw.com/posts/how-to-s…

sarunw's tweet image. Learn how to sort by multiple properties in Swift.

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

Programación SwiftUI 님이 재게시함

I always had this question, Do you need to import Foundation even for the most simplest code to work with Swift? 🤔 Let's find out in less than 2 minutes! 👇🏻 youtu.be/-jDAXFyZCpM

swiftandtips's tweet image. I always had this question, Do you need to import Foundation even for the most simplest code to work with Swift? 🤔

Let's find out in less than 2 minutes! 👇🏻  
youtu.be/-jDAXFyZCpM

Programación SwiftUI 님이 재게시함

Primeros pasos con un Playground Aprende fácilmente los elementos básicos del entorno gráfico de un Playground y su funcionamiento lafactoriaapple.com/primeros-pasos…


Programación SwiftUI 님이 재게시함

No matter when you read this, sooner or later in your life as iOS developer, you will have to touch Objective-C. This is an amazing book from @twostraws to learn it and compare the differences with Swift 👇🏼 hackingwithswift.com/store/objectiv…

swiftandtips's tweet image. No matter when you read this, sooner or later in your life as iOS developer, you will have to touch Objective-C. This is an amazing book from @twostraws to learn it and compare the differences with Swift 👇🏼

hackingwithswift.com/store/objectiv…

Programación SwiftUI 님이 재게시함

Video: Augmented Reality in SwiftUI youtu.be/JMFk9uNVEfg #iosdev #swiftui #AugmentedReality

azamsharp's tweet image. Video: Augmented Reality in SwiftUI 
youtu.be/JMFk9uNVEfg

#iosdev #swiftui #AugmentedReality

Programación SwiftUI 님이 재게시함

Domina Swift si quieres desarrollar Apps para dispositivos Apple Si tu objetivo es programar Aplicaciones para iPhone, antes tienes que dominar el Lenguaje de Programación Swift lafactoriaapple.com/domina-swift-d…

lafactoriaapple.com

Domina Swift si quieres desarrollar Apps para dispositivos Apple - lafactoriaapple

Si tu objetivo es programar Aplicaciones para iPhone, antes tienes que dominar el Lenguaje de Programación Swift


Programación SwiftUI 님이 재게시함

Introducción a las Variables Una Variable es un espacio en la memoria del ordenador donde guardaremos información. Si quieres conocer más detalles, lee este post lafactoriaapple.com/fundamentos-pr…


Programación SwiftUI 님이 재게시함

Cómo desinstalar Xcode Si quieres a aprender a desinstalar Xcode en tu Mac, te explico cómo hacerlo paso a paso lafactoriaapple.com/desinstalar-xc…


Programación SwiftUI 님이 재게시함

¿Estás pensando en dedicarte a la Programación? ¿Quieres saber qué habilidades y características personales debes tener? Si ya eres programador, ¿se te ocurre alguna cualidad más que añadir? lafactoriaapple.com/caracteristica…

lafactoriaapple.com

Características que debe tener un Programador - lafactoriaapple

Qué habilidades debo tener para ser Programador. Si alguna vez te hiciste esa pregunta, te doy la respuesta en este contenido


Programación SwiftUI 님이 재게시함

NEW VIDEO - youtu.be/aeEM3MI0Ves We’re almost to 100 subs on the new channel! Go watch this video and smash the subscribe button while there. Let’s end 2021 in triple digits. <3 #indiedev #gamedev #swiftUI #swiftplaygrounds #100DaysOfCode #iOSDev

JohnDavTweets's tweet image. NEW VIDEO - youtu.be/aeEM3MI0Ves

We’re almost to 100 subs on the new channel! Go watch this video and smash the subscribe button while there. Let’s end 2021 in triple digits. &amp;lt;3

#indiedev #gamedev #swiftUI #swiftplaygrounds #100DaysOfCode #iOSDev

Programación SwiftUI 님이 재게시함

NEW VIDEO 👉🏻 youtu.be/s8Gm7MJ_9B8 #SpriteKit on an #iPad using #SwiftPlaygrounds! This is so much fun and I’m excited to dive in even deeper than this quick look next week so make sure you get subscribed to the channel so you don’t miss out. #indiedev #gamedev #indiegames

JohnDavTweets's tweet image. NEW VIDEO 👉🏻 youtu.be/s8Gm7MJ_9B8

#SpriteKit on an #iPad using #SwiftPlaygrounds! This is so much fun and I’m excited to dive in even deeper than this quick look next week so make sure you get subscribed to the channel so you don’t miss out. #indiedev #gamedev #indiegames

Programación SwiftUI 님이 재게시함

NEW VIDEO -> youtu.be/_G4zlg_FPlY Taking a deeper dive into using #SpriteKit with #SwiftPlaygrounds. It's not perfect, but it is a very powerful tool for those who want to learn Swift and don't have access to a Mac. Hope you like this video! #gamedev #indiedev #swiftUI

JohnDavTweets's tweet image. NEW VIDEO -&amp;gt; youtu.be/_G4zlg_FPlY

Taking a deeper dive into using #SpriteKit with #SwiftPlaygrounds. It&apos;s not perfect, but it is a very powerful tool for those who want to learn Swift and don&apos;t have access to a Mac. Hope you like this video!

#gamedev #indiedev #swiftUI

Programación SwiftUI 님이 재게시함

Hello everyone, today we will talk about "another" kind of collisions, name collisions in #SwiftLang What is a namespace? Does Swift have a namespace? How can I fix name collisions in my code? 🤔 All of that will be answered here 👇🏻 youtu.be/1Ihb7OSXLeQ


Programación SwiftUI 님이 재게시함

¿Sabes la diferencia entre 🧺 Array, 🪣 Set y 🗃 Dictionary en Swift? Cada estructura de datos tiene su propósito, te lo explico en el siguiente video 👇 ▶️ youtu.be/LtLx0r5Saro #swift

SwiftBeta_'s tweet image. ¿Sabes la diferencia entre 🧺 Array, 🪣 Set y  🗃 Dictionary en Swift? 

Cada estructura de datos tiene su propósito, te lo explico en el siguiente video 👇

▶️ youtu.be/LtLx0r5Saro

#swift

Programación SwiftUI 님이 재게시함

There might be many ways to set up iOS environments, but I usually do it with configuration and scheme. sarunw.com/posts/how-to-s…


Programación SwiftUI 님이 재게시함

Learn everything you need to know about SF Symbols! avanderlee.com/swift/sf-symbo… 🧐 How to use them on iOS 12 and lower 👉🏻 The code you need in #swiftlang ✍🏻 Creating custom symbols #iosdev

twannl's tweet image. Learn everything you need to know about SF Symbols!

avanderlee.com/swift/sf-symbo…

🧐 How to use them on iOS 12 and lower
👉🏻 The code you need in #swiftlang
✍🏻 Creating custom symbols

#iosdev

United States 트렌드

Loading...

Something went wrong.


Something went wrong.