我试过这个:
self.relationshipImage.image = UIImage(named: "pic1")
self.relationshipImage.image = UIImage(named: "pic2", inBundle: NSBundle.mainBundle(), compatibleWithTraitCollection: nil)
其中pic1
和pic2
是.pdf
个文件。我可以在故事板中选择它们,但不能以编程方式选择它们。
知道怎么做吗?