Skip to content

Instantly share code, notes, and snippets.

View vurgunmert's full-sized avatar

Mert Vurgun vurgunmert

View GitHub Profile
@vurgunmert
vurgunmert / UIKitLabelStoryboard.swift
Created September 2, 2024 10:18
UIKit UILabel Storyboard tvOS MedienMonster
//
// UIKitLabelStoryboard.swift
// TemplateAppTvOS
//
// Created by Mert Vurgun on 02.09.2024.
//
import UIKit
class UIKitLabelStoryboard: UIViewController {
@vurgunmert
vurgunmert / UIKitLabelStoryboard.swift
Created September 2, 2024 11:15
UIKit Label Storyboard tvOS MedienMonster
//
// UIKitLabelStoryboard.swift
// TemplateAppTvOS
//
// Created by Mert Vurgun on 02.09.2024.
//
import UIKit
class UIKitLabelStoryboard: UIViewController {
@vurgunmert
vurgunmert / SwiftUILabelStoryboard.swift
Created September 2, 2024 11:24
SwiftUI Label Text tvOS Storyboard MedienMonster
// SwiftUILabelStoryboard.swift
// TemplateAppTvOS
//
// Created by Mert Vurgun on 02.09.2024.
//
import SwiftUI
struct SwiftUILabelStoryboard: View {
@vurgunmert
vurgunmert / UIKitViewBoxStorybook.swift
Created September 2, 2024 13:43
UIKit UIView Box Storybook tvOS MedienMonster
//
// UIKitViewBoxStorybook.swift
// TemplateAppTvOS
//
// Created by Mert Vurgun on 2.09.2024.
//
import UIKit
class UIKitViewBoxStorybook: UIViewController {
@vurgunmert
vurgunmert / UIKitCardBoxStorybook.swift
Created September 2, 2024 14:17
UIKit UIView Card Box Storybook tvOS MedienMonster
//
// UIKitCardBoxStorybook.swift
// TemplateAppTvOS
//
// Created by Mert Vurgun on 2.09.2024.
//
import Foundation
import UIKit