Swift compiler warning - Instance method took ###ms to type-check (limit: 100ms)

前端 未结 0 1082
自闭症患者
自闭症患者 2020-12-03 04:23

After adding

    if urlString == nil || urlString!.count == 0
    {
        return
    }

To this function:

func selectItem(url         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题