forked from parse-community/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
164 changed files
with
18,009 additions
and
11,273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,83 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> | ||
<meta name="description" content="{{ site.description }}"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<meta property="og:site_name" content="{{ site.name }}"/> | ||
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"/> | ||
<meta property="og:description" content="{{ site.description }}"/> | ||
<meta property="og:image" content="http://parseplatform.github.io/img/preview.png"> | ||
|
||
<link rel="icon" type="image/png" href="/img/favicon/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="/img/favicon/favicon-194x194.png" sizes="194x194"> | ||
<link rel="icon" type="image/png" href="/img/favicon/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="/img/favicon/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="/img/favicon/favicon-16x16.png" sizes="16x16"> | ||
|
||
<link rel="stylesheet" href="/css/normalize.css"> | ||
<link rel="stylesheet" href="/css/main.css"> | ||
<script src="/js/vendor/modernizr-2.8.3.min.js"></script> | ||
<script src="https://www.parsecdn.com/js/parse-1.6.7.min.js"></script> | ||
<script> | ||
var gitJson = {{ site.github.public_repositories | jsonify }}; | ||
</script> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
|
||
<title>iOS Developers Guide | Parse</title> | ||
|
||
<link rel="apple-touch-icon" sizes="57x57" href="https://parse.com/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="https://parse.com/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="https://parse.com/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="https://parse.com/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="https://parse.com/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="https://parse.com/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="https://parse.com/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="https://parse.com/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="https://parse.com/apple-touch-icon-180x180.png"> | ||
<meta name="apple-mobile-web-app-title" content="Parse"> | ||
<link rel="icon" type="image/png" href="https://parse.com/favicon-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="https://parse.com/favicon-160x160.png" sizes="160x160"> | ||
<link rel="icon" type="image/png" href="https://parse.com/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="https://parse.com/favicon-16x16.png" sizes="16x16"> | ||
<link rel="icon" type="image/png" href="https://parse.com/favicon-32x32.png" sizes="32x32"> | ||
<meta name="msapplication-TileColor" content="#5298fc"> | ||
<meta name="msapplication-TileImage" content="/mstile-144x144.png"> | ||
<meta name="application-name" content="Parse"> | ||
|
||
<meta name="theme-color" content="#5298fc"> | ||
|
||
<!-- CSS --> | ||
<!-- build:css --> | ||
<link href="/css/lib/vendor/prism.css" rel="stylesheet" /> | ||
<link href="/css/lib/vendor/custom_prism-okaidia.css" rel="stylesheet" /> | ||
<link href="/css/lib/vendor/prism-line-numbers.css" rel="stylesheet" /> | ||
<link href="/css/docs.css" rel="stylesheet" /> | ||
<!-- endbuild --> | ||
|
||
|
||
<!--[if lte IE 9]> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/classlist/2014.01.31/classList.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script> | ||
|
||
|
||
|
||
<!--[if lt IE 8]> | ||
<link rel="stylesheet" type="text/css" href="/stylesheets/ie7.css" /> | ||
<![endif]--> | ||
<!--[if IE 8]> | ||
<link rel="stylesheet" type="text/css" href="/stylesheets/ie8.css" /> | ||
<![endif]--> | ||
<!--[if lt IE 10]> | ||
<link rel="stylesheet" type="text/css" href="/stylesheets/ie89.css" /> | ||
<![endif]--> | ||
<script>if(Function('/*@cc_on return document.documentMode===10@*/')()){document.documentElement.className+=' ie10';}</script> | ||
|
||
<meta name="csrf-param" content="authenticity_token"> | ||
<meta name="csrf-token" content="KxDoKysxiXDIRV8VXwDYlQStDGzjbGZ24y6ZgQLYAsE="> | ||
<meta name="description" content="Focus on creating unique & engaging apps on any platform. We take care of everything else your app needs, from the core of your app to analytics and push notifications."> | ||
<meta name="keywords" content="backend, mobile, development, server, code"> | ||
<meta property="fb:app_id" content="361736430535656"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Parse"> | ||
<meta property="og:image" content="http://parse.com/images/og/default.jpg"> | ||
<meta property="og:description" content="Focus on creating unique & engaging apps on any platform. We take care of everything else your app needs, from the core of your app to analytics and push notifications."> | ||
<meta property="og:url" content="https://parse.com/docs/ios/guide"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
|
||
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> | ||
<script type="text/javascript" async="" src="./docs-detail_files/tagjs"></script><meta name="chromesniffer" id="chromesniffer_meta" content="{"Google Analytics":-1,"jQuery":"1.7.2","jQuery UI":"1.8.21","Backbone.js":"0.9.2","Underscore.js":"1.4.4"}"><script type="text/javascript" src="chrome-extension://homgcnaoacgigpkkljjjekpignblkeae/detector.js"></script><style id="style-1-cropbar-clipper">/* Copyright 2014 Evernote Corporation. All rights reserved. */ | ||
.en-markup-crop-options { | ||
top: 18px !important; | ||
left: 50% !important; | ||
margin-left: -100px !important; | ||
width: 200px !important; | ||
border: 2px rgba(255,255,255,.38) solid !important; | ||
border-radius: 4px !important; | ||
} | ||
|
||
.en-markup-crop-options div div:first-of-type { | ||
margin-left: 0px !important; | ||
} | ||
</style> | ||
</head> |
Oops, something went wrong.