Giter VIP home page Giter VIP logo

mhdevelopexample_objective_c's Introduction

MHDevelopExample_Objective_C

下载

概述

  • 本工程主要是利用iOSObjective-C开发的技术要点汇总;
  • 涵盖了开发中踩坑的原因,以及填坑的技术分享;
  • 抛砖引玉,取长补短,希望能够提供一点思路,避免少走一些弯路。

使用

  • 特别说明: 使用前可以全局搜索 CMHDEBUG 字段,找到该字段的宏定义。可以修改其值,来获取自己想看的业务场景。具体场景说明如下:

     /// 1 -- 进入基于MVC设计模式的基类设计
     /// 0 -- 进入常用的开发Demo
     #define CMHDEBUG 1
    
  • Cocoapods安装教程

  • Demo利用Cocoapods管理第三方框架,若第一次使用本项目,请使用终端cd到如下图所示的文件夹,执行pod install命令即可。

    Usage.png

     1. pod repo update : 更新本地仓库
     2. pod install : 下载新的库
    
  • 如果你升级了Mac的系统时,并且当你的Mac系统升级为high sierra的时候,别忘记更新cocoapods。执行命令为:

     $ sudo gem update --system
     $ sudo gem install cocoapods -n/usr/local/bin
    

期待

  • 如果在使用过程中遇到BUG,希望你能Issues我,谢谢(或者尝试下载最新的代码看看BUG修复没有)。
  • 如果在使用过程中发现有更好或更巧妙的实用技术,希望你能Issues我,我非常为该项目扩充更多好用的技术,谢谢。
  • 如果通过该工程的使用和说明文档的阅读,对您在开发中有一点帮助,码字不易,还请点击右上角star按钮,谢谢;
  • 简书地址:http://www.jianshu.com/u/126498da7523

博文

mhdevelopexample_objective_c's People

Contributors

codermikehe 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.