From 45146ff1cf51ed5574b99bc758ef9f7cf7bfedc0 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Wed, 6 Mar 2019 17:09:49 -0800 Subject: [PATCH] Update the FAQ to throw less shade. (#1379) * Update the FAQ to throw less shade. Both of these technologies have their place, no point in being assholes. * Update faq.md --- docs/_docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/faq.md b/docs/_docs/faq.md index 18672cd9f..fa7d3b2be 100755 --- a/docs/_docs/faq.md +++ b/docs/_docs/faq.md @@ -83,9 +83,9 @@ For a longer discussion and easy alternative corner rounding solutions, please r ### Texture does not support UIKit Auto Layout or InterfaceBuilder
-UIKit Auto Layout and InterfaceBuilder are not supported by Texture. It is worth noting that both of these technologies are not permitted in established and disciplined iOS development teams, such as at Facebook, Instagram, and Pinterest. +UIKit Auto Layout and InterfaceBuilder are not supported by Texture. -However, Texture's Layout API provides a variety of ASLayoutSpec objects that allow implementing automatic layout which is more efficient (multithreaded, off the main thread), easier to debug (can step into the code and see where all values come from, as it is open source), and reusable (you can build composable layouts that can be shared with different parts of the UI). +However, Texture's Layout API provides a variety of ASLayoutSpec objects that allow implementing automatic layout which is more efficient (multithreaded, off the main thread), often easier to debug (can step into the code and see where all values come from, as it is open source), and reusable (you can build composable layouts that can be shared with different parts of the UI).
### ASDisplayNode keep alive reference