icerockdev / moko-widgets

Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
387 stars 32 forks source link

image.network placeholder not showed if url is invalid (iOS) #214

Closed Dorofeev closed 4 years ago

Dorofeev commented 4 years ago
guard let nsUrl = URL(string: url) else {
      print("can't parse url \"\(url)\"")
      return
    }

If url string is invalid url, placeholder wouldn't apply

Alex009 commented 4 years ago

merged