-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
// 判断控制器的view有没有加载,没有就加载,加载完在发送通知
if (vc.view) {
_selectIndex = i;
// 发出通知点击标题通知
[[NSNotificationCenter defaultCenter] postNotificationName:YZDisplayViewClickOrScrollDidFinshNote object:vc];
// 发出重复点击标题通知
if (_selIndex == i) {
[[NSNotificationCenter defaultCenter] postNotificationName:YZDisplayViewRepeatClickTitleNote object:vc];
}
}
Metadata
Metadata
Assignees
Labels
No labels