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

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -