diff --git a/docs/_docs/faq.md b/docs/_docs/faq.md index 18672cd9f3..fa7d3b2be7 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