GithubHelp home page GithubHelp logo

swiftggapp's Introduction

SwiftGG App 相关说明

Build Status

目录结构说明

  1. 如果使用的第三方库不需要修改源文件,就放到 Podfile 里面,用 cocoapods 进行自动管理。
  2. Library 目录下存放其他需要修改源代码的第三方库。
  3. Models 目录下存放所有模型相关的类。
  4. Modules 目录下是按业务模块进行划分的目录,目前建立了 Home(首页)和 UserCenter(个人中心)。业务模块下建立了三个子目录,分别是 Views,ViewControllers 和 Cells。Cells 用于存放 Cell 相关的子类, Views 用于存放非 Cell 相关的 View 子类, ViewControllers 用于存放 ViewController 相关类。
  5. Utility 目录下存放一些常用的工具类。
  6. 所有的图片资源都存放到 Assets 下。
  7. 和界面展示的相关类,必须全部使用 AutoLayout。

代码规范说明

  1. 我们所有新增的类都以 SG 作为前缀。
  2. Swift 的相关 Coding Style 可以参考这里

swiftggapp's People

Contributors

alanmelody avatar buginux avatar cee avatar edison0951 avatar futantan avatar mmoaay avatar moonisky avatar saitjr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.