Can I use multiple conditions of let obj = something in IF
if let u = custom["u"] as? String || let url = custom["URL"] as? String
{
// Do something here
}
Can I use multiple conditions of let obj = something in IF
if let u = custom["u"] as? String || let url = custom["URL"] as? String
{
// Do something here
}