Skip to content

iOS开发常用组件库、性能监控、crash 防护、debug调试等

License

Notifications You must be signed in to change notification settings

mythkiven/MKAppKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c429d71 · Aug 11, 2021

History

67 Commits
Sep 15, 2019
Aug 11, 2021
Jul 25, 2019
May 24, 2019
May 29, 2019
Jun 12, 2019
Apr 29, 2019
May 29, 2019
May 29, 2019
Jun 13, 2019
Jul 25, 2019

Repository files navigation

Version License Platform

Crash 守护组件:MKCrashGuard

组件 添加方式 语言 备注
crash 防护组件 v1.1 pod 'MKAppKit/MKCrashGuard' Objective-C 守护类型:KVO、KVC、unrecognized selector、NStimer、NSNotification、UINavigationController、NSUserDefaults、NSCache、以及:NSString,NSArray,NSDictonary,NSAttributedString,NSSet 和对应的 5 种可变容器类型
守护的范围持续更新中..

性能监控组件: MKMonitor 系列

组件 添加方式 语言 备注
启动监控组件 v1.0 pod 'MKAppKit/MKLaunchMonitor' Objective-C 包含代码打点工具等
其他性能组件陆续添加中..

UI 组件

组件 添加方式 语言 效果
圆环进度 + tableview 组合的加载数据动画 v1.0 pod 'MKAppKit/MKCombineLoadingAnimation' Objective-C
MKDiffuseMenu: 点击散开的动画效果 v1.0 pod 'MKAppKit/MKDiffuseMenu' swift5.0
输入 @ 自动下拉邮箱列表 v1.0 pod 'MKAppKit/MKDropdownMailTF' Objective-C
UI 还是以前的版本,暂无更新计划

使用

添加 pod 时,如遇到错误:Unable to find a specification for `MKAppKit`
请更新 repo:
$ pod repo update

About

iOS开发常用组件库、性能监控、crash 防护、debug调试等

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published