广告轮播控件 广告轮播控件,调用简单。 调用方法: NSArray*images=@[@"zoro.jpg",@"three.jpg",@"onepiece.jpg"]; WMLoopView*loopView=[[WMLoopViewalloc]initWithFrame:CGRectMake(0,0,self
JKLoading封装loading类型 JKLoading封装loading类型,调用简单。开启动画:[[LoadingshareLoading]startLoading];关闭动画:[[LoadingshareLoading]stopLoading];
本地存储NSUserdefault封装可存储各种类型 本地存储NSUserdefault封装(可存储各种类型),简单易用。调用方法:#import"ViewController.h"#import"StudentModel.h"#import"InfoModel.h"#import"NSObject+JKLocalStore.h"@interfaceV