This file contains 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 |
This file contains 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 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 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 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 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
// | |
// Copyright © 2024 medienmonster GmbH. All rights reserved. | |
// https://medienmonster.com | |
// | |
// Originally created by Mert Vurgun. | |
// | |
import Foundation | |
// Use .all to log request/response details |
This file contains 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
// | |
// UIKitCustomNotificationStoryboard.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 24.08.2024. | |
// | |
import UIKit | |
class UIKitCustomNotificationStoryboard: UIViewController { |
This file contains 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
// | |
// SwiftUIAlertsStorybooksView.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 24.08.2024. | |
// | |
import SwiftUI | |
// MARK: - Main View: SwiftUIAlertsStorybooksView |
NewerOlder