the crux of the issue is the files used to store UI design data.
the OP says that apple's NIB/XIB format actually makes a change to the file every time you open it, making uncommitted changes.
with android's XML, you make changes via the designer or otherwise. As far as I'm aware, simply reading/opening the files does not create random changes to the files.
the OP says that apple's NIB/XIB format actually makes a change to the file every time you open it, making uncommitted changes.
with android's XML, you make changes via the designer or otherwise. As far as I'm aware, simply reading/opening the files does not create random changes to the files.