mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
publish 'Debugging Layouts with Recursive View Descriptions in Xcode'
This commit is contained in:
parent
e933ce399f
commit
1de17f2df3
4 changed files with 23 additions and 22 deletions
|
|
@ -16,6 +16,17 @@
|
|||
"title": "About me"
|
||||
},
|
||||
"posts": [
|
||||
{
|
||||
"title": "→ Debugging Layouts with Recursive View Descriptions in Xcode",
|
||||
"date": "2nd June, 2015",
|
||||
"timestamp": 1433288135,
|
||||
"tags": [
|
||||
|
||||
],
|
||||
"author": "Sami Samhuri",
|
||||
"url": "/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode",
|
||||
"link": "http://jeffreysambells.com/2013/01/24/debugging-layouts-with-recursive-view-descriptions-in-xcode"
|
||||
},
|
||||
{
|
||||
"title": "→ The Unofficial Guide to xcconfig files",
|
||||
"date": "1st June, 2015",
|
||||
|
|
@ -114,16 +125,6 @@
|
|||
"author": "Sami Samhuri",
|
||||
"url": "/posts/2015/05/apple-watch-human-interface-guidelines",
|
||||
"link": "https://developer.apple.com/watch/human-interface-guidelines/"
|
||||
},
|
||||
{
|
||||
"title": "Structure of an Ember app",
|
||||
"date": "3rd February, 2014",
|
||||
"timestamp": 1391479549,
|
||||
"tags": [
|
||||
"ember.js"
|
||||
],
|
||||
"author": "Sami Samhuri",
|
||||
"url": "/posts/2014/02/ember-structure"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -9,6 +9,18 @@
|
|||
"url": "/posts/2015/06/the-unofficial-guide-to-xcconfig-files",
|
||||
"tags": [
|
||||
|
||||
]
|
||||
},
|
||||
"debugging-layouts-with-recursive-view-descriptions-in-xcode": {
|
||||
"id": "debugging-layouts-with-recursive-view-descriptions-in-xcode",
|
||||
"author": "Sami Samhuri",
|
||||
"title": "Debugging Layouts with Recursive View Descriptions in Xcode",
|
||||
"date": "2nd June, 2015",
|
||||
"timestamp": 1433288135,
|
||||
"link": "http://jeffreysambells.com/2013/01/24/debugging-layouts-with-recursive-view-descriptions-in-xcode",
|
||||
"url": "/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode",
|
||||
"tags": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -20,17 +20,5 @@
|
|||
|
||||
],
|
||||
"author": "Sami Samhuri"
|
||||
},
|
||||
"CFECFE79-059C-468C-B1D0-8F553F552CA5": {
|
||||
"id": "CFECFE79-059C-468C-B1D0-8F553F552CA5",
|
||||
"author": "Sami Samhuri",
|
||||
"title": "Debugging Layouts with Recursive View Descriptions in Xcode",
|
||||
"date": "2nd June, 2015",
|
||||
"timestamp": 1433288135,
|
||||
"link": "http://jeffreysambells.com/2013/01/24/debugging-layouts-with-recursive-view-descriptions-in-xcode",
|
||||
"url": "/posts/drafts/CFECFE79-059C-468C-B1D0-8F553F552CA5",
|
||||
"tags": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue