Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.55 KB

File metadata and controls

42 lines (35 loc) · 1.55 KB

iOS-training-projects

GitHub last commit Language Founded

These are my apps for iOS devices while I was studying development. There are both single-page and multi-page applications.

Repository structure

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

Contribute

I welcome any contribution to the development of my repositories! Read our Contribution Guide to get started.

Contributors

This repository exists thanks to all the people who contribute.

Contributors