wwmz/WMZDialog

日历问题

China-Gary opened this issue · 1 comments

我关闭日历阴历,展示日期圆点就没了,怎么解决

wwmz commented

我关闭日历阴历,展示日期圆点就没了,怎么解决

你是要关闭完日历 再点击还有上次的内容吗 这样你可以创建一个属性 @Property (nonatomic, strong) WMZDialog *dialog; 然后 让 self.dialog = Dialog(); 然后点击的时候 if (self.dialog) { [self.dialog showView:nil]; return;}