diff --git a/WOKA/Assets/Assets.xcassets/TestImagesDeleteAfter/Contents.json b/WOKA/Assets/Assets.xcassets/TestImagesDeleteAfter/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/WOKA/Assets/Assets.xcassets/TestImagesDeleteAfter/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WOKA/Assets/Assets.xcassets/TestImagesDeleteAfter/avatar.imageset/Contents.json b/WOKA/Assets/Assets.xcassets/TestImagesDeleteAfter/avatar.imageset/Contents.json new file mode 100644 index 0000000..9323c14 --- /dev/null +++ b/WOKA/Assets/Assets.xcassets/TestImagesDeleteAfter/avatar.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "avatar 1.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WOKA/Assets/Assets.xcassets/TestImagesDeleteAfter/avatar.imageset/avatar 1.png b/WOKA/Assets/Assets.xcassets/TestImagesDeleteAfter/avatar.imageset/avatar 1.png new file mode 100644 index 0000000..e202f6f Binary files /dev/null and b/WOKA/Assets/Assets.xcassets/TestImagesDeleteAfter/avatar.imageset/avatar 1.png differ diff --git a/WOKA/Authentication/Controller/SelectAvatarVC.swift b/WOKA/Authentication/Controller/SelectAvatarVC.swift new file mode 100644 index 0000000..85954aa --- /dev/null +++ b/WOKA/Authentication/Controller/SelectAvatarVC.swift @@ -0,0 +1,29 @@ +// +// SelectAvatarVC.swift +// WOKA +// +// Created by MacBook Pro on 02/05/24. +// + +import UIKit + +class SelectAvatarVC: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Do any additional setup after loading the view. + } + + + /* + // MARK: - Navigation + + // In a storyboard-based application, you will often want to do a little preparation before navigation + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { + // Get the new view controller using segue.destination. + // Pass the selected object to the new view controller. + } + */ + +} diff --git a/WOKA/Authentication/View/SelectAvatarCell.swift b/WOKA/Authentication/View/SelectAvatarCell.swift new file mode 100644 index 0000000..5714f56 --- /dev/null +++ b/WOKA/Authentication/View/SelectAvatarCell.swift @@ -0,0 +1,17 @@ +// +// SelectAvatarCell.swift +// WOKA +// +// Created by MacBook Pro on 02/05/24. +// + +import UIKit + +class SelectAvatarCell: UICollectionViewCell { + + override func awakeFromNib() { + super.awakeFromNib() + // Initialization code + } + +} diff --git a/WOKA/Authentication/View/SelectAvatarCell.xib b/WOKA/Authentication/View/SelectAvatarCell.xib new file mode 100644 index 0000000..dab4371 --- /dev/null +++ b/WOKA/Authentication/View/SelectAvatarCell.xib @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/WOKA/Authentication/View/YourIntrestCell.swift b/WOKA/Authentication/View/YourIntrestCell.swift new file mode 100644 index 0000000..24e6880 --- /dev/null +++ b/WOKA/Authentication/View/YourIntrestCell.swift @@ -0,0 +1,17 @@ +// +// YourIntrestCell.swift +// WOKA +// +// Created by MacBook Pro on 02/05/24. +// + +import UIKit + +class YourIntrestCell: UICollectionViewCell { + + override func awakeFromNib() { + super.awakeFromNib() + // Initialization code + } + +} diff --git a/WOKA/Authentication/View/YourIntrestCell.xib b/WOKA/Authentication/View/YourIntrestCell.xib new file mode 100644 index 0000000..3d9608c --- /dev/null +++ b/WOKA/Authentication/View/YourIntrestCell.xib @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/WOKA/Authentication/ViewModel/SelectAvatarVM.swift b/WOKA/Authentication/ViewModel/SelectAvatarVM.swift new file mode 100644 index 0000000..fce52d8 --- /dev/null +++ b/WOKA/Authentication/ViewModel/SelectAvatarVM.swift @@ -0,0 +1,8 @@ +// +// SelectAvatarVM.swift +// WOKA +// +// Created by MacBook Pro on 02/05/24. +// + +import Foundation diff --git a/WOKA/Default Enum/GenderEnum.swift b/WOKA/Default Enum/GenderEnum.swift new file mode 100644 index 0000000..6be45c1 --- /dev/null +++ b/WOKA/Default Enum/GenderEnum.swift @@ -0,0 +1,8 @@ +// +// GenderEnum.swift +// WOKA +// +// Created by MacBook Pro on 02/05/24. +// + +import Foundation diff --git a/WOKA/Helpers/BorderView.swift b/WOKA/Helpers/BorderView.swift new file mode 100644 index 0000000..d670ed1 --- /dev/null +++ b/WOKA/Helpers/BorderView.swift @@ -0,0 +1,8 @@ +// +// BorderView.swift +// WOKA +// +// Created by MacBook Pro on 02/05/24. +// + +import Foundation