摘要:
var tempArr : [ SettleTrialMoreAlertModel ] = [] arr.forEach { model in var alertModel = SettleTrialMoreAlertModel() alertModel.showStr = model.caseNu
阅读全文
posted @ 2023-08-14 17:41
懂事长qingzZ
阅读(40)
推荐(0)
摘要:
//去掉上下阴影下划线 searchBar.layer.borderWidth = 1 searchBar.layer.borderColor = UIColor.white.cgColor
阅读全文
posted @ 2023-08-14 17:36
懂事长qingzZ
阅读(76)
推荐(0)
摘要:
actionBtn.setTitleColor(UIColor.gray, for: UIControl.State.normal) actionBtn.tintColor = UIColor.gray actionBtn.setImage(UIImage.init(named: "report")
阅读全文
posted @ 2023-08-05 14:00
懂事长qingzZ
阅读(151)
推荐(0)
摘要:
https://app.quicktype.io/?l=swift
阅读全文
posted @ 2023-07-11 09:54
懂事长qingzZ
阅读(37)
推荐(0)
摘要:
https://proxyman.io/ 参考链接 https://blog.csdn.net/m0_52650621/article/details/125875947
阅读全文
posted @ 2023-07-11 09:53
懂事长qingzZ
阅读(172)
推荐(0)
摘要:
四个环境变量配置文件 ~/.zshrc :添加 eval "$(rbenv init - zsh)" ~/.profile :添加 eval "$(rbenv init - zsh)" ~/.bash_profile ~/.bashrc :添加 eval "$(rbenv init - zsh)"
阅读全文
posted @ 2023-07-06 11:28
懂事长qingzZ
阅读(392)
推荐(0)
摘要:
参考https://blog.csdn.net/iOSTerry/article/details/77645903
阅读全文
posted @ 2023-06-15 10:19
懂事长qingzZ
阅读(19)
推荐(0)
摘要:
//cell编辑类型 typedef enum :NSInteger{ ///点击 MonthRentCellEditTypeClick = 0, ///输入 MonthRentCellEditTypeInput, ///删除 MonthRentCellEditTypeDelete } MonthR
阅读全文
posted @ 2023-05-24 18:30
懂事长qingzZ
阅读(72)
推荐(0)
摘要:
参考: https://www.jianshu.com/p/f8d60cc9b8e7
阅读全文
posted @ 2023-05-15 13:45
懂事长qingzZ
阅读(21)
推荐(0)
摘要:
-(BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string { if (textField.text.lengt
阅读全文
posted @ 2023-05-06 17:31
懂事长qingzZ
阅读(69)
推荐(0)