Skip to content

Instantly share code, notes, and snippets.

View Emin-Emini's full-sized avatar
🎯
Focusing

Emin Emini Emin-Emini

🎯
Focusing
View GitHub Profile
@Emin-Emini
Emin-Emini / CodeBurgerMethod
Created November 25, 2021 19:19
Structure your Swift code in ViewControllers with Code Burger Method
//
// ViewController.swift
// Code Burger Method
//
// Created by Emin Emini on 25.11.21.
//
import UIKit
class ViewController: UIViewController {