我试图基本上为subreddit中的所有评论建立一个对话链。
例如(用于说明要点的总psueudo数据结构)我试图获得以下输出
override func viewWillDisappear(animated: Bool) {
super.viewWillDisappear(true)
....
....
self.myCollectionView.removeObserver(self, forKeyPath: "contentSize")
}
注意第二个和第三个如何通过parent_id
与第一个相关我尝试过以下操作,但我不认为它能让我得到我想要的结果。
[I love this game, link_id:0, date]
[I love this game too, parent_id:0, date]
[omg me too, parent_id:0, date]