publish 'Debugging Layouts with Recursive View Descriptions in Xcode'

This commit is contained in:
Sami Samhuri 2015-06-02 23:35:36 +00:00
parent e933ce399f
commit 1de17f2df3
4 changed files with 23 additions and 22 deletions

View file

@ -16,6 +16,17 @@
"title": "About me" "title": "About me"
}, },
"posts": [ "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", "title": "→ The Unofficial Guide to xcconfig files",
"date": "1st June, 2015", "date": "1st June, 2015",
@ -114,16 +125,6 @@
"author": "Sami Samhuri", "author": "Sami Samhuri",
"url": "/posts/2015/05/apple-watch-human-interface-guidelines", "url": "/posts/2015/05/apple-watch-human-interface-guidelines",
"link": "https://developer.apple.com/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"
} }
] ]
} }

View file

@ -9,6 +9,18 @@
"url": "/posts/2015/06/the-unofficial-guide-to-xcconfig-files", "url": "/posts/2015/06/the-unofficial-guide-to-xcconfig-files",
"tags": [ "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": [
] ]
} }
} }

View file

@ -20,17 +20,5 @@
], ],
"author": "Sami Samhuri" "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": [
]
} }
} }