1

I have built an IOS exersize app which has a UIImage set as a background of each UIView - The app is controlled via a CMS which feeds data about fitness sessions.

The client would like the client to be able to choose from a selection of background images that are relevant to the sport that they do - the images will be part of the app build - my question is - is it possible to change all images on mass based on a server variable?

1 Answer 1

1

Yes it is possible to change all images.

For that you have to use some webservice for getting client detail from server, based upon that you can set appropriate images.

there is two way of it,

  1. you can store all images in app and based on sports load that images,

or

2.you can download new images related to sport from server.

Note: you can not change app icon dynamically.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.