Skip to content

对Cocoa的自用ObjC封装,包括常用宏和方法,一些控件的block封装等

Notifications You must be signed in to change notification settings

dxd214/SHPKit-ios-objc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SHPKit

!!重要说明!!

里面的很多类已被我逐步单独开了 Repo,完成后不会继续维护此项目。以下是传送门:

SHPImagePickerController

SHPAlertView

简介

对 Cocoa 的自用封装,包括常用宏和方法,一些控件的 block 封装等,使用 Objective-C 语言。还在起步阶段。

文件目录

.
├── SHPFoundation
│   ├── SHPDeviceHelper.h
│   ├── SHPDeviceHelper.m
│   ├── SHPFoundation.h
│   ├── SHPMacros.h
│   ├── ZYVersionHelper.h
│   └── ZYVersionHelper.m
└── SHPUIKit
    ├── SHPAlertView.h
    ├── SHPAlertView.m
    ├── SHPImagePickerController.h
    ├── SHPImagePickerController.m
    ├── SHPUIKit.h
    ├── UIImage+SHPTools.h
    ├── UIImage+SHPTools.m
    ├── UIWindow+SHPTools.h
    └── UIWindow+SHPTools.m

About

对Cocoa的自用ObjC封装,包括常用宏和方法,一些控件的block封装等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published