Git Product home page Git Product logo

sxeasymacro's Introduction

SXEasyMacro

####将自己常用的便利的宏整理在此

目前正在不断地扩充中 现已加入:

  • 字体的宏
  • 颜色的宏
  • 打印的宏
  • 获取硬件信息的宏
  • 机型系统适配的宏
  • 弱指针宏
  • 加载本地文件的宏
  • GCD的宏
  • 数据存储的宏

以上大多是笔者开发中常用到的宏,当然也会有缺漏,欢迎好心猿友提示,会尽可能的丰富。
不求用到公司项目中,至少能够在自己开发的小App项目搭建时直接拖入省去20%的编码时间


###附:SXEasyConstant

一些iOS常用的数字常量,以便于在开发的计算中这些常量不会和其他数字混淆。

sxeasymacro's People

Contributors

dsxniubility avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sxeasymacro's Issues

一点copy错误

define SXLoadArray(file,type) [UIImage arrayWithContentsOfFile:[[NSBundle mainBundle]pathForResource:file ofType:type]]

define SXLoadDict(file,type) [UIImage dictionaryWithContentsOfFile:[[NSBundle mainBundle]pathForResource:file ofType:type]]

should not to be UIImage

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.