Coder Social home page Coder Social logo

ios-projectbasicframework's Introduction

##iOS项目使用说明 编译环境:XCode 7.*

项目运行

Clone 代码后,初次执行前,需要打开Terminal并切换至项目根目录下。

安装CocoaPods(http://code4app.com/article/cocoapods-install-usage)

sudo gem install cocoapods

然后使用CocoaPods安装项目依赖

cocoapod install

项目运行

点击图标进入项目

图片1

Tip:由于用到了 cocoapod进行第三方包管理,首次运行需要下载相关的包依赖,可能会有点久,需耐心等待

项目结构

.
├── iOS项目
│   ├── Sections:各个功能模块的视图与控制器
│   ├── General:通用类
│   │   ├── Views:通用的视图
│   │   └── Categories:category扩展
│   ├── Macro:环境变量
│   │   ├── AppMacro:app本地配置
│   │   ├── Constants:各个接口地址配置
│   │   ├── UtilsMacro:工具宏
│   │   └── VendorMacro:第三方账号配置
│   ├── Resources:资源文件
│   ├── Helpers:一些封装好的管理组件
│   └── Vendor:用到的一些第三方类库,一般都有改动
└── Pods:项目使用了[CocoaPods](http://code4app.com/article/cocoapods-install-usage)这个类库管理工具

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.