Get name of the assigned image [closed]

1

How can I get the name of the image that is assigned a UIImageview or UIButton or UILabel

    
asked by JCTimmypage 18.05.2017 в 00:03
source

1 answer

0

This can not be done, the reason is simply that the instance of UIImageview , UIButton or UILabel does not store the image !. In addition to that it only displays an instance of the image (UIImage).

A reference or the path of the image is not stored. link

    
answered by 18.05.2017 / 01:51
source