蘋(píng)果官方 SwiftUI 教程 Working with UI Controls 有個(gè)警告 Missing argument for parameter #1 in call Insert '<...

教程地址
在添加navigationBarItem時(shí),是這么寫(xiě)的:

.navigationBarItems(trailing:
PresentationButton(destination: ProfileHost()) {
Image(systemName: "person.crop.circle")
.imageScale(.large)
.accessibility(label: Text("User Profile"))
.padding()
}
)
按照上面的寫(xiě)法會(huì)有警告提示!


屏幕快照2019-06-24上午10.16.02.png

查看官方 完整版的demo,依舊有警告,改成下面的代碼就好了.

.navigationBarItems(trailing:
PresentationButton(
Image(systemName: "person.crop.circle")
.imageScale(.large)
.accessibility(label: Text("User Profile"))
.padding(),
destination: ProfileHost()))
}

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi閱讀 7,858評(píng)論 0 10
  • 超高速音視頻編碼器用法: ffmpeg [options] [[infile options] -i infile...
    吉兇以情遷閱讀 4,818評(píng)論 0 4
  • 1、垂直對(duì)齊 如果你用CSS,則你會(huì)有困惑:我該怎么垂直對(duì)齊容器中的元素?現(xiàn)在,利用CSS3的Transform,...
    kiddings閱讀 3,299評(píng)論 0 11
  • 所有的編譯警告的名稱:參見(jiàn)網(wǎng)址:http://fuckingclangwarnings.com注意這篇文章的創(chuàng)建時(shí)...
    zhangyin閱讀 11,196評(píng)論 0 53
  • 感賞兒子一天很乖順,自覺(jué)。早晨希望他早點(diǎn)起床,他很不愿意,沒(méi)有按照昨晚的約定去做,我很不高興,后來(lái)及時(shí)抽離,...
    金色陽(yáng)光魏艷春閱讀 323評(píng)論 0 0

友情鏈接更多精彩內(nèi)容