Skip to content

Commit 45146ff

Browse files
authored
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
1 parent 7bb3079 commit 45146ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ For a longer discussion and easy alternative corner rounding solutions, please r
8383

8484
### Texture does not support UIKit Auto Layout or InterfaceBuilder
8585
<br>
86-
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.
86+
UIKit Auto Layout and InterfaceBuilder are not supported by Texture.
8787

88-
However, Texture's <a href = "automatic-layout-basics.html">Layout API</a> provides a variety of <a href = "automatic-layout-containers.html">ASLayoutSpec objects</a> 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).
88+
However, Texture's <a href = "automatic-layout-basics.html">Layout API</a> provides a variety of <a href = "automatic-layout-containers.html">ASLayoutSpec objects</a> 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).
8989
<br>
9090

9191
### ASDisplayNode keep alive reference

0 commit comments

Comments
 (0)