Skip to content

nijino/GLExtensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

GLExtensions

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

GLExtensions is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'GLExtensions'

History

  • 1.1.9 -- 2024.08.02
    • !! 暂时注释掉所有关于权限请求的内容
  • 1.1.8 -- 2024.05.21
    • 增加自定义高度的present
  • 1.1.6 -- 2024.04.19
    • 修复presented的容器无法执行present的问题
    • 调整手机号码匹配增加19X14X开头的手机号
  • 1.1.4 -- 2022.12.09
    • 简化toast的自定义化,可使用限定dict进行更灵活的自定义
  • 1.1.2 -- 2022.04.30
    • 修复toast队列添加数量到最大值导致的崩溃
    • 修复toast队列位置的问题
  • 1.1.1 -- 2022.04.07
    • 优化toast的设计
  • 1.0.12 -- 2021.06.09
    • 增加了针对NSString的 正则查找正则替换 的快捷方法
  • 1.0.11 -- 2021.01.26
    • 修改 Toast 显示到最上层 (如需显示于原页面,可使用异步出现新页面的方案)
  • 1.0.10 -- 2021.01.20
    • 修改控制入口和返回,使之更加合理化
  • 1.0.9 -- 2020.12.28
    • 导入文件名称,采用尖括号方式,修改未规范内容
  • 1.0.8 -- 2020.12.23
    • UIViewController+GLExtensions: 对于名称修改(原方法进行Deprecated标记)
    • 增加了 CALayer+GLExtensions, 并在import UIView+GLExtensions时会一并导入
  • 1.0.7 -- 2020.12.15
    • NSString+GLExtensions: 增加了字符验证相关内容,并进行了原方法的 deprecate 标记

Author

liguoliang 36617161@qq.com

License

GLExtensions is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.8%
  • Ruby 1.2%