收集或者原创的扩展的常用扩展,后续根据需求持续更新
LTxCategories
/**
* 常用扩展,后续根据需求持续更新
* 收集或者原创的扩展
**/
#ifndef LTxCategories_h
#define LTxCategories_h
#import "NSDate+LTxExtension.h"//日期扩展-展示/转换
#import "NSString+LTxExtension.h"//字符串扩展
#import "NSString+LTxVerification.h"//字符串简单校验
#import "NSString+LTxHash.h"//字符串编码
#import "NSDictionary+LTxJSON.h"//JSON与字典互转
#import "NSUserDefaults+LTxExtension.h"//NSUserDefaults访问
#import "UIColor+LTxHex.h"//颜色
#import "UITextView+LTxPlaceHolder.h"//placeholder
#import "UIView+LTxScreenshot.h"//截图
#import "UINavigationItem+LTxLoading.h"//导航栏等待框
#import "UIApplication+LTxNetworkActivityIndicator.h"//网络访问状态栏标识
#import "UINavigationBar+LTxAwesome.h"//动态改变导航栏颜色/偏移/透明度
#import "UIButton+LTxBadge.h"//按钮角标
#import "UIButton+LTxImagePosition.h"//按钮图片和文字位置调整
#import "UIButton+LTxLoading.h"//按钮上添加动画
#import "UIDevice+LTxHardware.h"//设备硬件信息
#import "UIImage+LTxGIF.h"//gif 图片展示
#import "UIImage+LTxColor.h"//根据颜色生成图片
#import "UIView+LTxNib.h"//从nib文件加载UIView
#import "UIView+LTxToast.h"//Toast
#import "UIView+LTxConstraint.h"//简单的约束
#import "UIView+LTxCorner.h"//圆角
#import "UINavigationController+LTxAnimation.h"//导航push/pop动画
#endif /* LTxCategories_h */