問題タブ [onappear]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
swift - onAppear swift は、データベース取得関数の前に nil を返します
私がやろうとしているのは、特定の親 ID に属する子供を取得するgetParentChildren()
ことです。それを行う必要があります。
以下のコードを見てください
getParentChildren()
onAppearで呼び出したいSwiftUIのビューコードは次のとおりです
問題は、最初に nilhi を出力することです。 print("\(viewModel.parentChildrenList.first?.name)" + "hi")
次に、からのAseelooである子供の名前を出力しますprint(Parentchildren.name)
その後、配列の数を出力します-> print(self.parentChildrenList.count)
私が望むのは、最初から子の名前のみを出力することです.なぜそれは私に nil を与えるのですか?