InTechnology HitsbyEniela P. VelaManaged Pointers in SwiftSwift is a modern, powerful, easy-to-use programming language widely used for developing iOS, macOS, watchOS, and tvOS applications. One of…Mar 8, 2023Mar 8, 2023
InSwift BlondiebyEniela P. VelaInteractive Gestures in SwiftUIIf you have already created some applications by now in swift you must know about Interactive Gestures. For all the ios developers out…Sep 21, 20212Sep 21, 20212
InSwift BlondiebyEniela P. VelaMutating Variables in SwiftThe ‘problem’ with creating a struct in swift is that we do not necessarily know if we are going to use it with constant or variable and…Oct 4, 20211Oct 4, 20211
InSwift BlondiebyEniela P. Vela@State in Swift/SwiftUIWhy and how do we use @State?Oct 4, 2021Oct 4, 2021
InSwift BlondiebyEniela P. VelaIntegrating UIKit in SwiftUIThere will be time when as a developer you’ll have to use UIKit in SwiftUI. Some of you might ask why do we need to integrate UIKit when…Oct 12, 2021Oct 12, 2021
InSwift BlondiebyEniela P. VelaHigher Order Functions in SwiftPart 1 — Step by Step TutorialNov 3, 2021Nov 3, 2021
InSwift BlondiebyEniela P. VelaHigher Order Functions in SwiftPart 2— Step by Step TutorialNov 8, 20211Nov 8, 20211
InSwift BlondiebyEniela P. VelaCloudKit Vs FirebaseIf you are looking to build a real life application then besides the fancy and interactive frontend you need a stable and secured backend…Nov 13, 20212Nov 13, 20212
InSwift BlondiebyEniela P. VelaUnit Testing in SwiftUnit testing is a process of executing a program and checking that it behaves as expected. If you’re reading this tutorial, you already…Dec 18, 20211Dec 18, 20211
InSwift BlondiebyEniela P. Vela3 Reasons why iOS Developers Should Switch to SwiftUIBased on personal experienceDec 24, 20211Dec 24, 20211
InSwift BlondiebyEniela P. VelaMake Your Coding Life Easier with Concurrency in SwiftWriting asynchronous code has always been a challenging task for developers. One can write a whole book about concurrency and how is it…Dec 30, 2021Dec 30, 2021
InSwift BlondiebyEniela P. VelaSecureField in SwiftUISecureField and TextField are the same things except that the first one is better for handling sensitive data like passwords. SecureField…Jan 2, 2022Jan 2, 2022
InSwift BlondiebyEniela P. VelaIs it Worth Becoming an iOS Developer in 2022?The question of whether or not it is worth to become an iOS developer in 2022 has been floating around for a while. With the release of…Jan 4, 2022Jan 4, 2022
InSwift BlondiebyEniela P. VelaAdvanced Memory Management in SwiftMemory the board is the central idea in any programming language. Despite the fact that there are a lot of instructional exercises that…Apr 5, 2022Apr 5, 2022
InSwift BlondiebyEniela P. VelaType Erasing in SwiftUnderstanding the Erasing TypeNov 29, 20211Nov 29, 20211