- The new App type so that a SwiftUI application is as simple as
@main
100% SwiftUI app - Return
Scene
,WindowGroup
is default supports all devices and multi-window.DocumentGroup
,Settings
. - New multi-platform template for SwiftUI apps in Xcode
- Launch screen config in .plist
- SwiftUI is used for Widgets and Watch complications
- Outlines in lists
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
// | |
// CombineClient.swift | |
// CombineClient | |
// | |
// Created by Sarp Solakoglu on 14/11/2019. | |
// Copyright © 2019 Sarp Solakoglu. All rights reserved. | |
// | |
import Foundation | |
import Combine |
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
// | |
// SimpleClient.swift | |
// | |
// Created by Sarp Solakoglu on 18/09/2017. | |
// Copyright © 2017 Sarp Solakoglu. All rights reserved. | |
// | |
import Foundation | |
enum RestMethod: String { |