lihongli

8pods

HLAdditions

A Category of NSArray+,NSDictionary+,UIColor+,NSDictionary+,UIView+Additions,UIViewController+

License: MIT

  • Objective C

HLAlertCenter

参考早期 TKAlertCenter弹框,封装自己的弱提示弹框。可调整位置。使用简单

License: MIT

  • Objective C

HLGoTimer

A longer description of HLGoTimer in Markdown format.

  • Think: Why did you write this? What is the focus? What does it do?
  • CocoaPods will be using this to generate tags, and improve search results.
  • Try to keep it short, snappy and to the point.
  • Finally, don't worry about the indent, CocoaPods strips it!

License: MIT

  • Objective C

HLHanZiToPinYin

A longer description of HLHanZiToPinYin in Markdown format.

  • Think: Why did you write this? What is the focus? What does it do?
  • CocoaPods will be using this to generate tags, and improve search results.
  • Try to keep it short, snappy and to the point.
  • Finally, don't worry about the indent, CocoaPods strips it!

License: MIT

  • Objective C

HLImagePicker

使用UIAlertView,快速从相册选择图片,并可以按照尺寸压缩,压缩又分为像素压缩和非像素压缩返回等等

License: MIT

  • Objective C

NSObject+HLPropertyListing

A longer description of NSObject+HLPropertyListing in Markdown format.

  • Think: Why did you write this? What is the focus? What does it do?
  • CocoaPods will be using this to generate tags, and improve search results.
  • Try to keep it short, snappy and to the point.
  • Finally, don't worry about the indent, CocoaPods strips it!

License: MIT

  • Objective C

SandBoxFileList

Traverse the sandbox directory under the file. 遍历沙盒目录下文件,如果是非文件夹。 可以直接查看文本,可以使用airDrop发送到其他App,或者发送邮件 . 使用方法 FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init]; [self.navigationController pushViewController:fileListVC animated:YES]; 或者

FileListTableViewController *fileListVC = [[FileListTableViewController alloc] init];
[self presentViewController:fileListVC animated:YES completion:nil];

License: MIT

  • Objective C