PGDatePicker icon indicating copy to clipboard operation
PGDatePicker copied to clipboard

样式是时分或时分秒时,内存会增长

Open xizhangzhou opened this issue 6 years ago • 4 comments

选择时分或时分秒样式内存会暴增。
pgview.datePickerMode = PGDatePickerModeDate; pgview.datePickerMode = self.timeType == YQWAddAwokeDateVCypeMinite ? PGDatePickerModeDateHourMinute : PGDatePickerModeDate;

xizhangzhou avatar Feb 19 '19 01:02 xizhangzhou

@xizhangzhou 这个我也遇到了,请问如何解决?

yleson avatar Mar 04 '19 03:03 yleson

@xizhangzhou 这个我也遇到了,请问如何解决? 没有解决,换了个其他框架

xizhangzhou avatar Mar 09 '19 01:03 xizhangzhou

用了哪个可以推荐下吗谢谢


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"xizhangzhou "[email protected]; 发送时间:2019年3月9日(星期六) 上午9:13 收件人:"xiaozhuxiong121/PGDatePicker" [email protected]; 抄送:"yleson "[email protected];"Comment "[email protected]; 主题:Re: [xiaozhuxiong121/PGDatePicker] 样式是时分或时分秒时,内存会增长 (#152)

@xizhangzhou 这个我也遇到了,请问如何解决? 没有解决,换了个其他框架

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

yleson avatar Mar 09 '19 01:03 yleson

PGDatePicker应该重写initwithframe ,因为外部用initwithframe初始化就不会调用init方法,对变量初始化也不会走,会导致内存暴增 image

happy201993 avatar Jul 05 '19 03:07 happy201993