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
// | |
// 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
// | |
// 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
// | |
// 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
// | |
// UIKitTabBarStorybookController.swift | |
// | |
// Created by Mert Vurgun on 21.08.2024. | |
// | |
import Foundation | |
import UIKit | |
class UIKitTabBarStorybookController: UIViewController { |
NewerOlder