Skip to content

trrrischa/application

 
 

Repository files navigation

CocoaHeadsMeetupApp

Cocoaheads Russia Meetup Application

The project directories layout

.
├── ...
├── Sources                        # General files 
│   ├── Common                     # Holds Common Folders and files of different screens
│   │   ├── Classes                # Common Classes and Services
│   │   ├── Extentions
│   │   │   ├── Foundation
│   │   │   │   ├── String
│   │   │   │   │   ├── String+TimeIntervalFrom.swift
│   │   │   │   │   ├── String+*.swift
│   │   │   │   │   └── ...
│   │   │   │   ├── Date
│   │   │   │   └── ...      
│   │   │   │       
│   │   │   ├── UIKit
│   │   │   └── ...      
│   │   │    
│   │   └── Views
│   │
│   ├── Controllers
│   │   
│   ├── Model                      # Logical structure of data
│   │   ├── Entities               # Realm objects
│   │   ├── Helpers
│   │   └── PlainObjects           # Plain objects ( `Struct`)
│   │   
│   │
│   ├── ViewControllers
│   │   ├── Profile                # Example: User profile stories
│   │   │   ├── ProfileCreate
│   │   │   │   ├── ProfileCreateController.swift
│   │   │   │   └── Subviews
│   │   │   │       ├── ProfileCreateCustomView.swift
│   │   │   │       ├── ProfileCreateCell.swift
│   │   │   │       └── ...
│   │   │   │       
│   │   │   ├── ProfileEdit
│   │   │   └── ...
│   │   │          
│   │   ├── Story
│   │   ├── Story
│   │   └── Story
│   │
│   └── ...
│
├── Resources                      # Additional files for project
│   ├── Assets                   
│   │    ├── Assets.xcassets         
│   │    └── Images               
│   │
│   ├── Config                  
│   ├── Fonts                  
│   └── Storyboards               
│
│
└── ...

Documentation files

...

Tools and utilities

...

Compiled files

...

3rd party libraries

...

License information

...

About

Application for CocoaHeads meetups in Russia

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 98.5%
  • Shell 1.5%