240 发简信
IP属地:江苏
  • COCOPODS的安装

    1.移除现有Ruby默认源 gem sources --remove https://rubygems.org/ 2.使用新的源 gem sou...

  • 指南针

    #import "RootViewController.h"#import@interface RootViewController ()@pr...

  • 相机相册闪关灯

    #import "RootViewController.h" #import#define KScreenWidth [[UIScreen ma...

  • 手机摇一摇

    #import "ViewController.h" #import "LZAudioTool.h" @interface ViewContro...

  • OC和Swift单例的写法

    一 、OC中单例的写法:1.普通单例的写法 2. 利用多线程来写单例 #pragma mark --- 普通单例写法---- + (Manage...

  • 归档和反归档的封装

    #import// 创建文件或者文档所在的路径 typedef NS_ENUM(NSInteger, FilePathType) { Docmu...

  • 网络请求基于对AFNetWorking的一个二次封装

    #import // 这个类是基于对AFNetWorking的一个二次封装 // 之前我们请求的方式是用NSURLSession 现在我们请求的...

  • 菊花转的封装

    一 声明方法 #import@interface MyLodingView : UIView + (void)showLoadingWithAf...

  • 轮播图和定时器的核心代码

    // 最下面的scrollView @property (nonatomic, strong) UIScrollView *scrollView...