Commit Graph
113 Commits
Author SHA1 Message Date
Andrew Yates 988cf72ed2 Move Bluebird to new row. 2018-12-03 14:30:09 -08:00
Shihab 712b66e05a Added Bluebird (#1263) 2018-12-03 12:43:36 -08:00
Garrett Moon 90a9a9640a Add development docs structure (#1245) 2018-11-20 12:59:07 -08:00
Orkhan Huseynov ce78fa00df Update image-node.md (#1230)
typo fix
2018-11-12 08:23:41 -08:00
Huy Nguyen 393ca818b0 Update Jekyll to 3.6.3 (#1165)
Seeing a warning from GitHub that suggests to update Jekyll because of this vulnerability:

> Jekyll through 3.6.2, 3.7.x through 3.7.3, and 3.8.x through 3.8.3 allows attackers to access arbitrary files by specifying a symlink in the "include" key in the "_config.yml" file.

[CVE-2018-17567](https://nvd.nist.gov/vuln/detail/CVE-2018-17567)
2018-10-16 10:04:58 -07:00
Muukii 35e9d857d5 Fix URL for blog about Pinterest (#1105) 2018-09-08 12:01:13 -07:00
J.T. Burgess b556b2f775 Fix a couple typos. (#1092) 2018-08-30 22:04:23 -07:00
J.T. Burgess dcda33b692 Fix Typo (#1089)
"preform" -> "perform"
2018-08-29 17:39:23 -07:00
JK Junkyu Jeon 2e95f5503e Update showcase to add Wishpoke (#1078) 2018-08-21 07:54:36 -07:00
Michael Schneider 022b6b7785 Fix multiple documentation issues #trivial (#1073) 2018-08-20 14:26:14 -07:00
Ryan 9d8406e938 Fix headers in markdown (#1053) 2018-08-01 14:52:38 -07:00
Michael Schneider 4880b54db0 Add documentation for rounding corners within Texture (#1044) 2018-07-25 14:08:48 -07:00
Rasul Tataev 5fef6a17a6 Changed lost images to existing one. (#981)
New images taken from http://texturegroup.org/docs/automatic-layout-containers.html.
2018-07-20 15:19:23 -07:00
Andrew Yates cf78dc6d84 Fix & update ASCollectionNode constrained size doc. (#1037) 2018-07-17 19:03:51 -07:00
huang-kun 8cd123b0de Add an introduction for ASCornerLayoutSpec in layout2-layoutspec-types.md (#1021) 2018-07-13 13:09:59 -07:00
Muukii f0dac14505 Fix typo in containers-asviewcontroller.md (#989) 2018-06-25 08:29:02 -07:00
Michael Zuccarino 37e82132be Use valid Upgrade to 2.0 beta 1 page (#980)
upgrading.html => adoption-guide-2-0-beta1.html

Testing this doesn't quite work in preview as the path differs a bit from when its accessible through the normal resolver. I assume this will substitute the last path slug and the server maps `_docs` to `docs` https://github.com/TextureGroup/Texture/tree/master/docs/_docs
2018-06-23 09:00:43 -07:00
Christian Selig a4dd19d808 Update showcase to include Apollo for Reddit (#967) 2018-06-13 21:35:19 +01:00
Malik Kuru 079c11b756 Added 'Waplog' to showcase. (#953) 2018-06-01 23:05:37 +03:00
muukii 70eae57640 Update AppIcon in showcase (#946) 2018-05-29 11:54:37 +03:00
Sagar Bhosale 60e3f97241 Update tip-1-nodeBlocks.md (#943)
collectionView is being replaced with collectionNode.
2018-05-26 08:44:59 -07:00
everettjf bf48ebd8da replace back quote with "code" in containers-overview.md (#884)
* Update containers-overview.md

* Update containers-overview.md

* Update containers-overview.md
2018-05-11 17:14:22 +01:00
Sudhanshu 8379a451d8 Add 'iDiva - Beauty & Wedding tips' to Showcase (#909)
This change is for adding "iDiva - Beauty & Wedding tips" iOS app to Texture showcase.
2018-05-05 08:30:20 -07:00
Andrew Yates 64c9b38a0f [Docs] Add new lightning talk from Buffer #trivial (#902) 2018-05-02 11:12:37 -07:00
Denis Morozov e67b892243 Fix typos in layout2-layoutspec-types.md (#883) 2018-04-15 12:25:53 -07:00
Ariel Elkin 5385d8b3ed Update layout2-layout-element-properties.md (#844) 2018-03-20 15:32:52 +00:00
Ha Hyun soo ed6da29057 Geektree0101 - Fix mensXP showcase indent on showcase table, attach vingle medium blog poster (#818) 2018-03-12 12:43:40 -07:00
Flatout73 b0c3e65da8 Fix misprint (#768) 2018-01-29 12:05:48 +00:00
Denis Morozov 3f27546ec8 Fix typos in layout2-layoutspec-types.md #trivial (#770) 2018-01-29 12:05:33 +00:00
janechoi6 b5d3e52e8b Update subclassing.md (#753) 2018-01-18 16:00:15 +00:00
Sudhanshu 1dfdb48497 Add MensXP to Showcase (#739)
This change is for adding "MensXP: Fashion, Grooming tips" iOS App to Texture showcase.
2018-01-10 10:15:53 -08:00
Huy Nguyen 7416d6a88a Add Blendle to our showcase page (#721) 2017-12-19 18:53:13 +01:00
Ha Hyun soo 8300d8eb61 Vingle very community - Update showcase (#711) 2017-12-11 19:47:41 -08:00
Andrew Yates c1f517a7eb Correct Synchronous Concurrency Talk Link (#698)
Fixes #697.
2017-12-04 10:41:00 -08:00
Richard Henry 324288455f Add missing </div> tags in Layout API Sizing docs (#691)
This fixes the broken documentation here: http://texturegroup.org/docs/layout2-api-sizing.html
2017-11-28 12:15:56 +00:00
Huy Nguyen b411149290 Add a recent talk by @smeis at CocoaHeadsNL (#687) 2017-11-28 12:14:56 +00:00
Richard Henry ab51983ebf Fix bug that breaks ASNodeController docs page (#690)
When Obj-C is selected on this page, the bottom half of the documentation is missing. When Swift is selected, malformed content appears where the documentation is nested inside the code block.

Repro'd here in Safari and Chrome: http://texturegroup.org/docs/containers-asnodecontroller.html

I think the bug is that <PhotoCellNode> is being parsed as an HTML tag, and this should fix it.
2017-11-27 22:20:50 -08:00
huang-kun e4b2c05c21 [ASCornerLayoutSpec] New layout spec class for declarative corner element layout. (#657)
* Add new layout spec class with snapshot testing. Update examples and CHANGELOG.md

* Code review updates.

* Open curly bracket in a new line.
2017-11-24 13:45:59 +00:00
WymzeeLabs 17c4d606d7 Update subtree-rasterization.md (#679)
* Update subtree-rasterization.md

For Texture 2.5.1 API

* Update subtree-rasterization.md
2017-11-21 12:16:04 +00:00
WymzeeLabs fc79566ad4 Update layer-backing.md (#678)
Reflect Texture 2.5.1 API change
2017-11-21 12:14:23 +00:00
TBXark 64b6242b9c Update layout2-layoutspec-types.md (#655)
Fix `ASBackgroundLayoutSpec ` example code bug
2017-11-02 16:45:57 +00:00
Ha Hyun soo d8c2a8edd2 [Documentation] Update Inversion Docs (#647)
* Update docs

append inversion example about swift language

* apply github comment
2017-10-31 13:25:37 +00:00
Huy Nguyen 3b91fbaab2 Update "Getting Started" page (#633) 2017-10-24 16:50:50 +01:00
Olcay Ertaş 550da242b7 Update layout2-layoutspec-types.md (#608)
Objective-C code sample was still showing old syntax:
spacer.flexGrow = true;
I have updated to new one:
spacer.style.flexGrow = true;
2017-10-09 08:21:20 -07:00
romankl 54f241e1dc update faq toc links to match the generated html id (#597)
Right now the faq- table of contents has links to the different
headlines, but some of the generated id s don't match the referencing
a tag.
2017-10-02 11:22:14 +01:00
Hannah Troisi e295ba8705 Update showcase.md (#587)
* Update showcase.md

* Update showcase.md
2017-09-26 16:18:50 -07:00
Ofer Morag 1204737330 Update corner-rounding.md (#482)
* Update corner-rounding.md

If I understand right, both Precomposited corners techniques uses `[path clip]`, right? If so, I think it will be better to move it to the general description of the section, as currently it seems as only the second option uses `[path clip]`.

* Update corner-rounding.md

Improved positioning.

* Update corner-rounding.md

Syntax consistency: Changed `off-screen` to `offscreen`, as both syntaxes currently appears in the text.
2017-08-20 01:46:02 -07:00
nixzhu 49b1f82c5a Fixed typo UIKIt (#497) 2017-08-07 11:01:12 +01:00
Jakub Kašpar bfc137d935 [Showcase] Update showcase - add blog post link to ClassDojo icon #trivial (#493)
* Update showcase - add blog post link to ClassDojo icon

* Revert "Update showcase - add blog post link to ClassDojo icon"

This reverts commit 6b180f1191.

* Add link to ClassDojo icon
2017-08-04 07:09:13 -07:00
Ofer Morag 0f9645c5a2 Update scroll-node.md (#484)
* Update scroll-node.md

Regarding the last sentence: “As you can see, the `scrollNode`'s underlying view is a `ASScrollNode`.”:
1. I think that `ASScrollNode` should be replaced with `UIScrollView`.
2. But — not sure how can it be seen from this example...

* Update scroll-node.md

Removed the last sentence, as it did not make sense, and probably left there from previous editions.
2017-07-31 10:37:28 -07:00