nativescriptのXMLファイルでif条件を実行する方法はありますか? (角なし)あなたが何ができるかNativescript View XMLでif条件を作成する方法
if
<Card:CardView class="cardStyle" margin="10" elevation="40" radius="5">
<Slider value="18" minValue="5" maxValue="30" />
</Card:CardView>
else
<Card:CardView class="cardStyle" margin="10" elevation="40" radius="5">
<Label text="Example" class="h3" margin="10" />
</Card:CardView>
たとえば、面白そうですね。私は間違いなくそれを試してみましょう – Oluwaseye