4

Does anyone know of a tool and/or process that allows changes to be made in Xcode and reflected realtime in the iOS simulator?

e.g. if I change the gradient color(s) in a button I can see them reflected as I finish typing?

I know Spark Inspector and/or Reveal App allow me to make changes to the simulator but as far as I know, not such complex changes as gradient colors, and it can't commit the changes to the source code. Conversely, Pixate allows me to make the changes via css and update them in realtime, but I don't want to use css and a separate framework to do this.

Thanks a bunch for any help. Kyle

2

2 Answers 2

3

You could take a look at Injection For Xcode.It is a Xcode plugin.After installing this plugin, you can modify source code, inject it into runtime, and see the change without restarting app.

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

Comments

0

Yes, try to look at this approach https://sherlock.inspiredcode.io. It allows to change details of your application in real-time.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.