Giter Site home page Giter Site logo

ivnabo / ltxiosutils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coder-star/ltxiosutils

0.0 0.0 0.0 78.96 MB

iOS Swift常用扩展、常用组件,方便项目快速搭建,提供完整清晰的Demo示例

Home Page: https://github.com/Coder-Star/LTXiOSUtils

License: MIT License

Swift 93.74% Ruby 0.96% Shell 0.06% SCSS 3.55% JavaScript 0.17% Mustache 1.53%

ltxiosutils's Introduction

LTXiOSUtil 介绍

issues forks stars license cocoapods Doc

简介

该项目其实不是解决某一个问题而诞生,而是将一些功能、架构设计融入进去,不断的优化改进,算是一个开发的加速库,并且遵循严格的代码规范,注释完备。

Core层

扩展

绝大多数扩展使用了tx命名空间,部分扩展因为语法限制或者使用考虑没有使用前缀。

列举一些未使用命名空间的情况:

  • 便利构造函数;
  • 扩展中使用了关联对象;
  • 使用了@IBInspectable等

核心工具类

目前主要包含日志输出以及语法糖两个工具类。

工具类

  • 日志工具
  • 网络请求
  • UserDafult 协议

关于代码规范

目前代码规范使用的是SwiftFormat工具,然后在Build过程中会调用脚本自动format,同时在git提交前也会通过githook使用SwiftFormat的lint模式校对代码的规范性(防止未build直接commit),注意这个阶段不会自动format。

Features

  • 写demo

ltxiosutils's People

Contributors

coder-star 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.