ios


post-699-thumbnail
Class Vs Struct In Swift

When we need to decide how to store data and model behavior, there are two choices: Classes and Struc...

Is Apple Destroying Themselves

Apple has always made well designed products but they have always been function over form this apple...

Is Flutter The Future

I really like the flexibility and the the insane cross platform ability but is it really the future?...

post-318-thumbnail
Android Studio Vs Xcode Vs Appcode: A Brief Comparison About Coding Speed

In this posts I will compare the coding speed that it is possible to achieve with Android Studio, Xco...

How To Present And Dismiss A Modal In Swiftui

In this post, we will cover how to present and dismiss a modal view.

post-34-thumbnail
Replace Conditional With Pattern-Matching Refactoring

Use Pattern-matching and SwiftUI to build TicTacToe game