Posts

Post marked as Apple Recommended
I have the same problem, the application will just not install on the device. It seems to work if I disable the Wifi and Bluetooth on the iPhone but as others have said this is not really a solution. I don't understand why the checkbox that would (probably ?) fix the issue is greyed out in XCode, what is the point of displaying it in the UI if we are not allowed to use it ?
Post marked as solved
6 Replies
@Claude31 Thanks a lot for the step by step explanation.I'm a bit surprised there isn't a way to do this more easily (like declaring the margin values once in a stylesheet or something like that), but it's not a big deal.
Post marked as solved
6 Replies
Thanks for your answer.I understand that the safe area is only here to account for the notches, but it looks like there is another kind of constraint:- If I look at the tutorial screens, the leading/trailing constraints are set to 0 yet they do not stick to the edge of the screen, there is some kind of default margin.- If I drag a button manually in the scenario editor, I can also see that it can snap to a guideline, again letting me think that there is some kind of default margin defined somewhere.Isn't this margin value accessible somewhere in the editor ?Again, I understand that I can define this margin manually for each view, but I'm looking for a cleaner way to do it throughout the app.