在CLSContext中设置的displayorder->似乎不起作用

时间:2019-03-12 10:53:42

标签: swift

我像这样(循环)将显示顺序赋予我的上下文:

let child = CLSContext(type: .quiz, identifier: eachSubMenuEntry, title: eachSubMenuEntry)
child.displayOrder = counter
parent.addChildContext(child)
counter = counter + 1

,但在App Schoolwork中,它们未按顺序显示。

0 个答案:

没有答案