Skip to content

Instantly share code, notes, and snippets.

View mkemalgokce's full-sized avatar
🐐
Learning

Mustafa Kemal mkemalgokce

🐐
Learning
  • Istanbul Medeniyet University
  • Istanbul
  • 17:21 (UTC +03:00)
  • LinkedIn in/mkemalgokce
View GitHub Profile
@mkemalgokce
mkemalgokce / SampleViewController.swift
Last active August 10, 2023 15:11
SampleViewController
import UIKit
final class SampleViewController: UIViewController {
private var isTapped: Bool = false
let button: UIButton = {
let button = UIButton()
let image = UIImageView(image: UIImage(systemName: "play"))