Swift: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Line 2: Line 2:
Here is my first dip into Apple and swift
Here is my first dip into Apple and swift
[https://koenig-media.raywenderlich.com/uploads/2019/11/RW-Swift-5.1-Cheatsheet-1.0.1.pdf Swift Cheat Sheet]
[https://koenig-media.raywenderlich.com/uploads/2019/11/RW-Swift-5.1-Cheatsheet-1.0.1.pdf Swift Cheat Sheet]
=Data Types=
Here we have the following Primatives
*Int
*Float
*Double
*Str
*Bool

Revision as of 07:35, 23 June 2022

Introduction

Here is my first dip into Apple and swift Swift Cheat Sheet

Data Types

Here we have the following Primatives

  • Int
  • Float
  • Double
  • Str
  • Bool