This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIKitLabelStoryboard.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 02.09.2024. | |
// | |
import UIKit | |
class UIKitLabelStoryboard: UIViewController { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIKitLabelStoryboard.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 02.09.2024. | |
// | |
import UIKit | |
class UIKitLabelStoryboard: UIViewController { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SwiftUILabelStoryboard.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 02.09.2024. | |
// | |
import SwiftUI | |
struct SwiftUILabelStoryboard: View { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIKitViewBoxStorybook.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 2.09.2024. | |
// | |
import UIKit | |
class UIKitViewBoxStorybook: UIViewController { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIKitCardBoxStorybook.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 2.09.2024. | |
// | |
import Foundation | |
import UIKit |
OlderNewer