我是编程新手并需要一些帮助我在swift中创建了一个注册页面,其中包含一些文本字段和名称,密码按钮。我为用户添加了UIImage
以添加他们的图片。我希望每个用户必须包含一张能够注册的图片。
if (user does not include picture empty) <--- code here {
var alert = UIAlertController(title: "Warning", message: "you need to add profile picture", preferredStyle: UIAlertControllerStyle.Alert)
alert.addAction(UIAlertAction(title:"ok", style:UIAlertActionStyle.Default, handler:nil))
self.presentViewController(alert, animated: true, completion: nil)
}
谢谢。
答案 0 :(得分:1)
如果Task DoIt()
{
return Task.Delay(0).ContinueWith(t
=> Console.WriteLine("SomeString is '{0}'", this.token));
}
为imageView
,您可以这样检查:
nil