ios - ImageView Image doesn't show at first -
i have set image image view in storyboard , in viewwillappear
using:
imageview.image = uiimage(named: string)
but when view controller first appears image doesn't show. image appears when view controller comes second time.
Comments
Post a Comment