mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-25 18:32:22 +08:00
add rx vm and cell to SC
This commit is contained in:
@@ -51,7 +51,9 @@ IGListBindingSectionControllerSelectionDelegate {
|
||||
}
|
||||
}
|
||||
|
||||
return [ object.details ] + bodies
|
||||
return [ object.details ]
|
||||
+ bodies
|
||||
+ [ object.reactions ]
|
||||
}
|
||||
|
||||
func sectionController(
|
||||
@@ -84,6 +86,8 @@ IGListBindingSectionControllerSelectionDelegate {
|
||||
cellClass = IssueCommentCodeBlockCell.self
|
||||
} else if viewModel is IssueCommentSummaryModel {
|
||||
cellClass = IssueCommentSummaryCell.self
|
||||
} else if viewModel is IssueCommentReactionViewModel {
|
||||
cellClass = IssueCommentReactionCell.self
|
||||
} else {
|
||||
cellClass = IssueCommentTextCell.self
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user