ℹ️ This article is also available on his blog.
Layout and Drawing are two different things:
- Layout defines only the positions and sizes of all views on screen.
- Drawing specifies how each view is rendered (how it looks).
| # A reference to document problems that I encountered related to apple development and how to fix them | |
| ## Git | |
| ### Define git credential helper of choice | |
| `git config --global credential.helper osxkeychain` | |
| ### Add credentials to git credential helper | |
| `git credential fill` | |
| now you need to enter the following information, confirming each line of input with enter, when you are done leave one line empty and confirm again with enter |
ℹ️ This article is also available on his blog.
Layout and Drawing are two different things: