Skip to content

Dev From Zero

Developer Assistant


  • Development
    • Python
    • Go/GoLang
    • Haskell
    • HTML
    • CSS
    • Javascript
    • .Net
    • Git
    • Java
  • Linux
  • Windows
  • MacOS/iOS
    • Swift
    • Mac/iOS Memo

Tag: Swift

Memory management in Swift (Part 2)

12/16/2020adminLeave a Comment on Memory management in Swift (Part 2)

Preface Continuing with the previous post we know how ARC works in swift and when phenomena occur strong reference cycle, in this article we will learn how to deal with the above dangerous phenomenon, at the same time will learn more about some other dangerous phenomena and how to solve them through this article. To […]

Share
Continue Reading

Memory management in Swift (Part 1)

12/16/2020adminLeave a Comment on Memory management in Swift (Part 1)

Preface One of the most important issues in Swift’s code is often asked during interviews. How does managing Swift’s memory look like? So to better understand this issue cafedev will join you to learn through the following article. Before going through this article we should understand the concept of ARC and how it works through […]

Share
Continue Reading

The strengths of Enum

12/16/2020adminLeave a Comment on The strengths of Enum

Preface We will learn about Enum. Enumerations is one design pattern available in many different programming languages ​​such as C ++, C #, Objective-C. Although, it is quite similar to other languages, but enumeration in Swift is quite distinct and flexible. Now we will start to learn that. To start this tutorial, you should use […]

Share
Continue Reading

Discover the strengths of Collections and Tuples

12/16/2020adminLeave a Comment on Discover the strengths of Collections and Tuples

Preface In the previous article, we have learned about constants and variables and some of the basic data that Swift supports. In this article, we will apply that knowledge to learn more about the collections and tuples data types. Then we will practice them with some exercises to better understand it. So what are the […]

Share
Continue Reading

Extensions and its strength in Swift

12/14/2020adminLeave a Comment on Extensions and its strength in Swift

Preface In the previous article we learned about Optional, next in this article we will learn more about another strength of Swift. That is Extension. What is it? And why is it the strength of Swift. Now we will find out through the article below. To get started in this tutorial you should use Xcode […]

Share
Continue Reading

How to use AS, AS?, AS! in Swift

12/14/2020adminLeave a Comment on How to use AS, AS?, AS! in Swift

Preface Hello everyone, today we will learn more and more details about the use of operators as, as?, as! in Swift. These operators are also one of the factors that make up security in Swift code. If you understand it well your code will be very safe, otherwise it can cause bugs and crash your […]

Share
Continue Reading

Struct vs Class in Swift

12/13/2020adminLeave a Comment on Struct vs Class in Swift

Preface Now, we have learned a lot of the basics of the Swift language. If you follow this self-learning series, you will know and understand what Variables, constants, functions and Closures are. Now, it’s time to use what you learned to apply to object-oriented structures of Class and Struct. To understand the content of this […]

Share
Continue Reading

The strength of Clouses in Swift

12/13/2020adminLeave a Comment on The strength of Clouses in Swift

Preface If you have ever worked with block in C, or Objective-C lambdas In Ruby, then you will find it not difficult to approach the concept of Closures in Swift. Closures are not much different from the block of a certain function you see in code. For better understanding you can refer to the following […]

Share
Continue Reading

Functions and Functional Parameters in Swift

12/13/2020adminLeave a Comment on Functions and Functional Parameters in Swift

Preface Following Constants and Variables, We will explore the concept of jaw(Function) before learning about the concept of Class and Struct. The main function is one strength and flexible in Swift it is similar to Closure. Similar to other programming languages ​​like C / C ++ / Objective-C, jaw in Swift there is quite a […]

Share
Continue Reading

Constant and variable in Swift

12/13/202012/13/2020adminLeave a Comment on Constant and variable in Swift

Preface Next previous post We learned about basic data types in Swift. In this article, we will learn the basics of variable(Variable) and Constants in Swift. And let’s look at these constant(constants) why they are highly recommended. We start creating a new one playgrounds For this tutorial, using it is a great way to learn […]

Share
Continue Reading

Posts navigation

Older posts

Same Category Posts

    ADS

    Recent Posts

    • Install and Use Guacamole Remote Desktop on CentOS 8

      02/26/2021admin
    • How To Install Signal Desktop on Ubuntu 20.04 – TecAdmin

      02/25/2021admin
    • How to configure Route53 with our DomainName to access a static website from S3 on AWS

      02/24/2021admin
    • How to Install Latest Vim Editor in Linux – TecAdmin

      02/24/2021admin
    • Linux Head Command – TecAdmin

      02/24/2021admin

    Categories

    • .Net (4)
    • CSS (17)
    • Git (2)
    • Go/GoLang (18)
    • Haskell (8)
    • HTML (18)
    • Linux (137)
    • Mac/iOS Memo (38)
    • Python (12)
    • Swift (12)
    • Windows (51)

    ADS

    Tags

    Alpine (1) c# (4) CentOS (4) CSS (18) cUrl (1) Docker (1) Git (2) Go/GoLang (18) Haskell (8) HTML (18) Jenkins (1) Kubernetes (1) Linux (127) macOS (37) OpenSSL (1) Python (12) Swift (12) Telegram (1) Ubuntu (8) Windows (51) Zabbix (1)
    Dev From Zero © 2020 | All Right Reserved.
    Share
    Share