These are my apps for iOS devices while I was studying development. There are both single-page and multi-page applications.
The following folder structure has been developed for ease of navigation and search of the necessary works:
.
├── projectX
│ ├── projectX
│ │ ├── AppDelegate.swift
│ │ ├── Assets.xcassets
│ │ ├── Base.lproj
│ │ ├── FirstViewController.swift
│ │ ├── Info.plist
│ │ ├── SceneDelegate.swift
│ │ ├── XViewController.swift
│ ├── projectX.xcodeproj
│ │ ├── project.pbxproj
│ │ ├── project.xcworkspace
│ │ └── xcuserdata
│ └── README.md
├── LICENSE
├── README.md
I welcome any contribution to the development of my repositories! Read our Contribution Guide to get started.
This repository exists thanks to all the people who contribute.