ios - Picture doesn't show on iPhone when running app -
i have set backgroundcolor picture located in project folder. when run app in simulator pic shown. when running on real iphone it's white. can causing this? because have <0.5gb free on both computer , iphone?
i had similar situation. seems simulator - xcode cacheing image somewhere, @ build time loosing.
try: uninstall app simulator, device. clean project. force close xcode, not project, close it. open, clean project, build @ step should match device , simulator behaviour, there desired image.
Comments
Post a Comment