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
// | |
// UIKitTabBarStorybookController.swift | |
// | |
// Created by Mert Vurgun on 21.08.2024. | |
// | |
import Foundation | |
import UIKit | |
class UIKitTabBarStorybookController: 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
// | |
// UIKitSegmentedControlViewController.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 21.08.2024. | |
// | |
import Foundation | |
import UIKit |
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
// | |
// UIKitUITabBarControllerStorybook.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 21.08.2024. | |
// | |
import UIKit | |
class UIKitUITabBarControllerStorybook: UITabBarController, UITabBarControllerDelegate { |
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
// | |
// SwiftUITabBarStorybook.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 21.08.2024. | |
// | |
import SwiftUI | |
import UIKit |
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
// | |
// UIKitAlertsStorybook.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 23.08.2024. | |
// | |
import UIKit | |
class UIKitAlertsStorybook: 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
// | |
// SwiftUIAlertsStorybooksView.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 24.08.2024. | |
// | |
import SwiftUI | |
// MARK: - Main View: SwiftUIAlertsStorybooksView |
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
// | |
// UIKitCustomNotificationStoryboard.swift | |
// TemplateAppTvOS | |
// | |
// Created by Mert Vurgun on 24.08.2024. | |
// | |
import UIKit | |
class UIKitCustomNotificationStoryboard: 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
// | |
// Copyright © 2024 medienmonster GmbH. All rights reserved. | |
// https://medienmonster.com | |
// | |
// Originally created by Mert Vurgun. | |
// | |
import Foundation | |
// Use .all to log request/response details |
OlderNewer