Skip to content

selectIndex点击的时候没赋值 #24

@bigParis

Description

@bigParis
// 判断控制器的view有没有加载,没有就加载,加载完在发送通知
if (vc.view) {
    _selectIndex = i;
    // 发出通知点击标题通知
    [[NSNotificationCenter defaultCenter] postNotificationName:YZDisplayViewClickOrScrollDidFinshNote object:vc];
    // 发出重复点击标题通知
    if (_selIndex == i) {
        [[NSNotificationCenter defaultCenter] postNotificationName:YZDisplayViewRepeatClickTitleNote object:vc];
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions