reduce entropy by removing unnecessary files
This commit is contained in:
@@ -1,19 +1,14 @@
|
||||
//
|
||||
// ViewController.swift
|
||||
// ImageViewer
|
||||
//
|
||||
// Created by Christine Bieker on 04/07/2025.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
class ViewController: UIViewController {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
// Do any additional setup after loading the view.
|
||||
view.backgroundColor = .white
|
||||
let label = UILabel()
|
||||
label.text = "Hello, UIKit!"
|
||||
label.textAlignment = .center
|
||||
label.frame = CGRect(x: 50, y: 150, width: 300, height: 50)
|
||||
view.addSubview(label)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user