Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonn Alves committed Feb 23, 2023
1 parent f5e1d63 commit 254ac4d
Show file tree
Hide file tree
Showing 19 changed files with 13,244 additions and 10 deletions.
250 changes: 250 additions & 0 deletions testswiject.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>testswiject.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>2</integer>
</dict>
</dict>
</dict>
Expand Down
11 changes: 3 additions & 8 deletions testswiject/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,16 @@
//

import SwiftUI
import Swinject

struct ContentView: View {
var body: some View {
VStack {
Image(systemName: "globe")
.imageScale(.large)
.foregroundColor(.accentColor)
Text("Hello, world!")
}
.padding()
Container.homeContainer.resolve(HomeView.self, argument: 1)
}
}

struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
Container.homeContainer.resolve(HomeView.self, argument: 1)
}
}
Loading

0 comments on commit 254ac4d

Please sign in to comment.