Jobs

Results 51 issues of Jobs

[问题描述.zip](https://github.com/SPStore/SPAlertController/files/6590605/default.zip) 👆以上是问题描述。

你是全部封装在.m里面 ,我拿不到。runtime只能拿第一层: Ivar ivar = class_getInstanceVariable([SPAlertController class], "_headerView");//必须是下划线接属性 UIView *view = object_getIvar(self.spaVC, ivar); view.backgroundColor = kRedColor; 但是我要改按钮背景色怎么做?不想把pod的东西提出来改,最大限度尊重原作者。

- (NSArray *)monthNames { if (!_monthNames) { if (self.monthNameType == BRMonthNameTypeFullName) { _monthNames = @[@"January", @"February", @"March", @"April", @"May", @"June", @"July", @"August", @"September", @"October", @"November", @"December"]; } else { _monthNames...

这个是个UI层,数据处理比如时间我建议单独列出来。 我的: TimeModel.h #import NS_ASSUME_NONNULL_BEGIN @interface TimeModel : NSObject /* * 为了防止溢出,基本上时间戳传给后台或者后台返回给我们的都是字符串类型的。 * 时间戳定义:从1970年1月1日开始计时到现在所经过的时间 */ #pragma mark —— 当前时间:来源iOS系统Api @property(nonatomic,strong)NSDate *currentDate; @property(nonatomic,strong)NSString *currentTimestampStr;//当前iOS时间戳(字符串格式) @property(nonatomic,assign)NSTimeInterval currentTimestampSec;//当前时间戳秒数(基本数据类型) @property(nonatomic,assign)NSTimeInterval currentTimestampInterval;// 实际是一个double ; interval得出的数会有6位小数,应该是精确到微秒...

在 BRDatePickerView.m 里面: 1、@property (nonatomic, strong) UILabel *messageLabel; 2、- (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(nullable UIView *)view 里面 加上 NSDateFormatter *formatter = NSDateFormatter.new; [formatter setDateFormat:@"yyyy"]; //只显示年 self.messageLabel.text = [formatter stringFromDate:self.mSelectDate];...

**Feature描述** 请简单描述你想要的效果:? **参考效果** 如果你想要实现一个其他APP已有的效果: 1.参考APP名字:? 2.目标页面路径:? 3.目标效果截图:? **其他补充** 关于目标效果的其他说明:?

![image](https://user-images.githubusercontent.com/13795605/111260026-acd4ce80-8652-11eb-8338-18fc4e8ef2fa.png) 这怎么回事?怎么办