我有我的應用程序下面的代碼,我用NativeScript創建了角2NativeScript標籤的圖標和Bagdes
<TabView>
<StackLayout *tabItem="{title: ' Profile " >
<Label class="fa" text=""></Label>
<Button class="fa" id="button" text=" Tap me!" ></Button>
</StackLayout>
<StackLayout *tabItem="{title: ' Stats">
<Label text="Second tab item"></Label>
</StackLayout>
<StackLayout *tabItem="{title: 'Settings'}">
<Label text="Third tab item"></Label>
</StackLayout>
</TabView>
這裏我設置圖標tabTitle如下
<StackLayout *tabItem="{title: ' Profile " >
我使用fontAwesome,但圖標設置很簡單,不顯示標籤標題。沒有顯示丟失圖標的佔位符。
圖標顯示標籤和按鈕。
而且是沒有一種方法可以添加徽章到凸片如圖所示的下方圖像
這是有益的,當有更新英寸
謝謝你的答覆..是否有一種方法來改變圖像..我厭倦了綁定路徑* tabItem ='{{iconObj.value}}'...我想動態改變圖像爲如上所示代表視圖的更新。 – krv