Skip to content
Swifty Blog

Swifty Blog

My Journey Into a SwiftUI World

Search
  • News
  • Swift
    • SwiftUI
  • Tutorials
Swifty Blog

Swifty Blog

My Journey Into a SwiftUI World

questions answers signage

Why I’m Learning Swift?

Leave a Comment / News, Swift, SwiftUI, UIKit / By SwiftyBlog

To be able to answer that question I’ll need to tell you a bit about my background and who I am. I’m a creative person in a family of programmers and it techs etc… I sing, dance and also love to act on the stage (not at the moment thanks to covid 19 lol). I’ve …

Why I’m Learning Swift? Read More »

pexels-photo-4974914.jpeg

Variables and @State

Leave a Comment / Swift, SwiftUI, Tutorials / By SwiftyBlog

When coding we use variables as ‘placeholders’ for many different forms of data. Data can be Booleans ( True / False ), Integers, Strings and even Arrays which are ordered groups of Strings, Integers.  Creating Variables Firstly to create a variable one needs to write ‘var’ that denotes a variable that is being created. Then …

Variables and @State Read More »

alphabet close up communication conceptual

Strings, Integers & Interpolation

Leave a Comment / Swift, SwiftUI, Tutorials / By SwiftyBlog

In programming depending on what you are doing with text or numbers within SwiftUI, you will be using different types for different uses. These different types are Strings & Integers. So what’s the difference between them, where are they used and what are some examples of uses of each of these types. Let’s go though …

Strings, Integers & Interpolation Read More »

anonymous person with binoculars looking through stacked books

Stacks in SwiftUI

Leave a Comment / Swift, SwiftUI, Tutorials / By SwiftyBlog

When programming in SwiftUI we use some view for the body of the code. What this means is that the body is looking for a singular view. When a new SwiftUI view is created by default this view is a text view. Text(“Hello World!”) But this could be a number, image or even a shape. …

Stacks in SwiftUI Read More »

matrix background

Building Code from Experience

Leave a Comment / Swift, SwiftUI / By SwiftyBlog

I’ve had some minor experience with programming in HTML & CSS and this has helped me understand how SwiftUI works in many ways. Building on experience and learning is essential to growing in anything and coding is no different. There are similarities in many languages. For example for a beginner with minimal experience in coding …

Building Code from Experience Read More »

Copyright © 2021 Swifty Blog

Privacy
  • News
  • Swift
    • SwiftUI
  • Tutorials