Jobs

Results 51 issues of Jobs

1. 项目比较臃肿,比较庞大,里面有些废弃的api 调用没做处理; 2. 期望解耦,动画的 这些功能性的单独拿个类列出来。比如 pod 'PPBadgeView' #https://github.com/jkpang/PPBadgeView iOS自定义Badge组件, 支持UIView, UITabBarItem, UIBarButtonItem以及子类,又比如Lottie,Lottie在2.5.3以后就全部swift了。按照功能分离原则也应该提取出来,不应该鱼龙混杂, 代码越多,干扰越大,bug就越多; 我想进行替换就进行替换,插件式管理; 3. 不要用基类继承,有入侵性,GKNavigationBar 去年就是GKNavigationController,因为入侵性很大所以被抛弃。意味着不继承就用不了;因为我见你项目里面有CYLBaseNavigationController、CYLBaseTableViewController、CYLBaseViewController... 4. 我现在都统一用GKNavigationBar,就是因为系统的不舒服。我为什么单独列这个话题,因为按道理你的demo里面 ```Objective-C // [firstViewController cyl_setHideNavigationBarSeparator:YES]; // [firstViewController cyl_setNavigationBarHidden:YES]; ``` 是开启和关闭系统的Navigationbar,但是我的项目中失灵,找了很久,才找到解决方案: ```Objective-C...

enhancement

// // LoadingImage.h // TFRememberHistoryInputContentWithDropList // // Created by Jobs on 2020/9/29. // Copyright © 2020 Jobs. All rights reserved. // #import #import "NSString+Extras.h" /// 直接拖图片在项目文件夹,没用Bundle进行管理,也没有用Assets.xcassets /// @param imgName 文件可以不强制要求带后缀名,系统会自动识别png文件...

**bug描述** 请简单描述你的bug现象: 我划了红线的这句话打开,就没有标题,不知道什么原因,望作者辅助排查 下面我将提交一个文件👇🏻供你检查 **版本号** 1.JXCategoryView版本号:最新版本 2.手机系统版本号:最新系统 3.手机型号:模拟器以及真机 **截图、GIF** ![image](https://user-images.githubusercontent.com/13795605/171586970-9ac056d6-ce3f-468f-b612-0b58a3909661.png) ![image](https://user-images.githubusercontent.com/13795605/171587144-04c13e6f-3499-4da9-a40b-d312235e836e.png) ![image](https://user-images.githubusercontent.com/13795605/171587303-5a0143df-4bf9-4fe6-a4da-50f631ebed51.png) ![image](https://user-images.githubusercontent.com/13795605/171587380-b3201549-3fc4-439c-8694-5652888fc74d.png) [归档.zip](https://github.com/pujiaxin33/JXCategoryView/files/8822063/default.zip) 👆🏻,一些不重要的地方,涉及到引用,作者自行处理,我这里就只呈现核心问题。

question

内联函数、mm文件里面创建对象只能用alloc init,不能用new 此外,还需要在xcode里面进行如下配置: ![添加如下字段](https://user-images.githubusercontent.com/13795605/112753439-df42dc00-9001-11eb-8c89-7fca8dda6160.png)

![image](https://user-images.githubusercontent.com/13795605/106705133-f7106c00-661f-11eb-9797-98aa79046942.png) ![image](https://user-images.githubusercontent.com/13795605/106705176-0b546900-6620-11eb-84cd-177ffbaa1be4.png) 因为这样我得不手动管理而非pod 请作者维护下,这个库挺不错的,要不可惜了

三种样式的框 用不同的pod 子目录的形式进行