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
// | |
// TypeWriterView.swift | |
// | |
// Created by Abdullah Kardaş on 10.01.2023. | |
// | |
import SwiftUI | |
struct TypeWriterView: View { | |
@State var text: String = "" |
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
// | |
// SearchBarView.swift | |
// CombineApp | |
// | |
// Created by Abdullah Kardas on 31.08.2022. | |
// | |
import SwiftUI | |
import Combine |
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
// | |
// ContentView.swift | |
// JSON | |
// | |
// Created by Jessica Linden on 8/27/22. | |
// | |
import SwiftUI | |
struct Person: Codable { |
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
// | |
// SwiftUIViews.swift | |
// CombineApp | |
// | |
// Created by Abdullah Kardas on 10.07.2022. | |
// | |
import SwiftUI | |
struct SwiftUIViews: 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
// | |
// WebViewExample.swift | |
// CombineApp | |
// | |
// Created by Abdullah Kardas on 29.06.2022. | |
// | |
import SwiftUI | |
import UIKit | |
import WebKit |