BE DEVELOPER
BE DEVELOPER

BE DEVELOPER

Tutorials, Tips and Tricks about iOS Mobile Development.


Develop your OCR Scan!

16 Jun 2020 7 minute read 0 comments PhoenixDev

In iOS 11 Apple integrated a library called Vision. This library use algorithms to perform a series of tasks on images and video (text detection, barcodes, etc.). Now, with iOS 13, Apple has published a new library, VisionKit, that allows you to use...

Be a POWERFUL Developer! Learn Design Patterns

15 Jun 2020 3 minute read 0 comments PhoenixDev

Design patterns allow developers to have a guide when establishing the structure of a program, and make it more flexible and reusable. In addition, it also allows solving problems with a methodology already tested and not doing so from scratch. Norm...

Follow this Principles to be a SOLID Developer!

13 Jun 2020 5 minute read 0 comments PhoenixDev

As a developer, you probably use or have heard about SOLID principles. This acronym, introduced by Robert C. Martin (Uncle Bob), in his book Agile Software Development: Principles, Patterns, and Practices, refers to five basic principles of object-or...

Get ready for Swift 5.3!

12 Jun 2020 3 minute read 0 comments PhoenixDev

Swift 5.3 News What is new in Swift 5.3 (whose publication process was announced by Apple on 3/25) can be found both at the code level (multi-pattern catch, multiple trailing closure …) and in the use of Swift Package Manager (addition of binary depe...

Is Apple preparing for cryptocurrencies? Learn how to use its CryptoKit framework

12 Jun 2020 4 minute read 0 comments PhoenixDev

Introduction In this article, we are going to see an introduction tutorial to CryptoKit, presented by Apple on WWDC19, and how it can be used in applications developed for iOS13. CryptoKit allows, for example, the exchange of public and private keys,...

Apple will leave Intel in favor of ARM

11 Jun 2020 1 minute read 1 comment PhoenixDev

Although this topic has been discussed for a couple of years, it seems that this year will be the year that Apple presents its computers with its own ARM processors and stops using Intel's. According to information from Bloomberg, Apple would be pre...

Be a Developer! Tips and Tricks

11 Jun 2020 6 minute read 0 comments PhoenixDev

Congratulations! You have decide to learn to program. Maybe you have great ideas to develop new applications or you would like to create web pages as impressive as the ones you see while browsing the internet. But, where can you start? There are seve...