Coder Social home page Coder Social logo

ltystatusbarhud's Introduction

LTYStatusBarHUD

##Features【能做什么】

LTYStatusBarHUD is a very simple and ease to use StatusBar HUD framework.

LTYStatusBarHUD是一个显示状态指示栏的超轻量级框架。

Coding all properties of model in one line code. 只需要一行代码,就能实现状态指示栏的显示。

##LTYStatusBarHUD.h

/**
 * 显示普通信息
 * @param msg    显示文字
 * @param image  自定义图片,如果使用下面其他的接口则显示的是我提供的图片
 */
+ (void)showMessage:(NSString *)msg image:(UIImage *)image;

/** 显示普通信息*/
+ (void)showMessage:(NSString *)msg;

/** 显示成功信息*/
+ (void)showSuccess:(NSString *)msg;

/** 显示失败信息*/
+ (void)showError:(NSString *)msg;

/** 显示正在处理的信息*/
+ (void)showLoading:(NSString *)msg;

/** 隐藏*/
+ (void)hide;

##Installation【安装】

###From CocoaPods【使用CocoaPods】

pod 'LTYStatusBarHUD'

##Manually【手动导入】

Drag all source files under floder LTYStatusBarHUD to your project.【将LTYStatusBarHUD文件夹中的所有源代码拽入项目中】

Import the main header file:#import "LTYStatusBarHUD.h"【导入主头文件:#import "LTYStatusBarHUD.h"】

ltystatusbarhud's People

Contributors

aayuan avatar

Watchers

James Cloos avatar  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.