-
- Downloads
initial commit
Showing
- Podfile 20 additions, 0 deletionsPodfile
- projet.xcodeproj/project.pbxproj 43 additions, 0 deletionsprojet.xcodeproj/project.pbxproj
- projet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved 14 additions, 0 deletions...project.xcworkspace/xcshareddata/swiftpm/Package.resolved
- projet.xcodeproj/xcuserdata/canova7u.xcuserdatad/xcschemes/xcschememanagement.plist 14 additions, 0 deletions...a/canova7u.xcuserdatad/xcschemes/xcschememanagement.plist
- projet/Assets.xcassets/background1.imageset/Contents.json 21 additions, 0 deletionsprojet/Assets.xcassets/background1.imageset/Contents.json
- projet/Assets.xcassets/background1.imageset/OIG3.wRIRGmxerTymeh.jpg 0 additions, 0 deletions...ets.xcassets/background1.imageset/OIG3.wRIRGmxerTymeh.jpg
- projet/Assets.xcassets/background2.imageset/Contents.json 21 additions, 0 deletionsprojet/Assets.xcassets/background2.imageset/Contents.json
- projet/Assets.xcassets/background2.imageset/lettrage-cinema-vue-dessus-fond-jaune_23-2148425105.png 0 additions, 0 deletions...t/lettrage-cinema-vue-dessus-fond-jaune_23-2148425105.png
- projet/Assets.xcassets/background3.imageset/360_F_54055975_XWuJeVgL7wiaGDD6DF0osiJSQmwJ1dJP.jpg 0 additions, 0 deletions...geset/360_F_54055975_XWuJeVgL7wiaGDD6DF0osiJSQmwJ1dJP.jpg
- projet/Assets.xcassets/background3.imageset/Contents.json 21 additions, 0 deletionsprojet/Assets.xcassets/background3.imageset/Contents.json
- projet/Assets.xcassets/backgroundMenu.imageset/Contents.json 21 additions, 0 deletionsprojet/Assets.xcassets/backgroundMenu.imageset/Contents.json
- projet/Assets.xcassets/backgroundMenu.imageset/wallpaper-iphone-haut-couleur-flou-eau-abstract-5.jpg 0 additions, 0 deletions...set/wallpaper-iphone-haut-couleur-flou-eau-abstract-5.jpg
- projet/Assets.xcassets/backgroundQuizz.imageset/27124106-minimaliste-naturel-fond-d-ecran-pour-mobile-telephone-gratuit-photo.jpg 0 additions, 0 deletions...urel-fond-d-ecran-pour-mobile-telephone-gratuit-photo.jpg
- projet/Assets.xcassets/backgroundQuizz.imageset/Contents.json 21 additions, 0 deletions...et/Assets.xcassets/backgroundQuizz.imageset/Contents.json
- projet/ContentView.swift 54 additions, 13 deletionsprojet/ContentView.swift
- projet/Film.swift 594 additions, 0 deletionsprojet/Film.swift
- projet/Preview Content/Preview Assets.xcassets/Image.imageset/Contents.json 20 additions, 0 deletions...tent/Preview Assets.xcassets/Image.imageset/Contents.json
- projet/QuizModel.swift 20 additions, 0 deletionsprojet/QuizModel.swift
- projet/QuizView.swift 129 additions, 0 deletionsprojet/QuizView.swift
- projet/QuizViewModel.swift 46 additions, 0 deletionsprojet/QuizViewModel.swift
Podfile
0 → 100644
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
target 'projet' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
# Pods for projet | ||
pod 'Alamofire', '~> 5.4' | ||
target 'projetTests' do | ||
inherit! :search_paths | ||
# Pods for testing | ||
end | ||
target 'projetUITests' do | ||
# Pods for testing | ||
end | ||
end |
157 KiB
215 KiB
39.6 KiB
15 KiB
38.9 KiB
projet/Film.swift
0 → 100644
This diff is collapsed.
projet/QuizModel.swift
0 → 100644
projet/QuizView.swift
0 → 100644
projet/QuizViewModel.swift
0 → 100644