通知(NSNotificationCenter)

// 监听加载更多的通知
    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(loadMoreDeals) name:@"loadMore" object:nil];

// 发出通知
    [[NSNotificationCenter defaultCenter] postNotificationName:@"loadMore" object:nil];

 

posted @ 2016-06-24 16:31  潜意识  阅读(147)  评论(0编辑  收藏  举报