JWAutumn / TemplateSwift

development template of Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tree

├── AppDelegate
├── Common
│   ├── Api
│   ├── Const
│   └── Ext
└── Core
    ├── BaseClass
    │   ├── Cells
    │   ├── CollectionViewController
    │   ├── Model
    │   ├── Protocol
    │   ├── TableViewController
    │   ├── ViewController
    │   └── Views
    ├── Extension
    │   ├── Foundation
    │   └── UIKIt
    └── Lib
        ├── Alert
        ├── AutoFit
        ├── Const
        ├── EmptyDataSet
        ├── HUD
        │   └── HUDBundle.bundle
        ├── ImagePicker
        └── Refresh

About

development template of Swift


Languages

Language:Swift 99.3%Language:Ruby 0.7%