Texture Guide (한국어)
  • Texture-kr에 오신것을 환영합니다.
  • Intro
    • 국내 Texture 도입사례
    • 유용한 라이브러리 소개
    • 유용한 글 모음
  • Newbie Guide
    • Node?
    • LayoutSpec?
    • Flex Box
    • Intelligent Preloading
    • Quick Example
  • Nodes
    • ASDisplayNode
    • ASCellNode
    • ASButtonNode
    • ASTextNode
    • ASTextNode2
    • ASImageNode
    • ASNetworkImageNode
    • ASVideoNode
    • ASControlNode
    • ASScrollNode
    • ASEditableTextNode
  • Node Containers
    • ASDKViewController
    • ASViewController (DEPRECATED)
    • ASNodeController (Beta)
    • ASTableNode
    • ASCollectionNode
    • ASPagerNode
  • Layout API
    • Layout Element Properties
    • LayoutSpecs
    • Layout API Sizing
    • Layout Transition API
  • Optimizations
    • Layer Backing
    • Corner Rounding
  • Threading
    • Threading
  • Advanced guide
    • Debug Tool
    • Accessibility
    • Tips
  • Cookbook
    • Intro
Powered by GitBook
On this page
  • RxTexture
  • RxDataSource-Texture

Was this helpful?

  1. Intro

유용한 라이브러리 소개

Texture를 기반으로 한 유용한 라이브러리를 소개합니다.

Previous국내 Texture 도입사례Next유용한 글 모음

Last updated 4 years ago

Was this helpful?

RxTexture

UIKit 을 위한 RxCocoa 처럼 Texture 의 컴포넌트들을 위한 Rx Extension 을 제공합니다. RxCocoa 와 다르게 대부분의 Binder 가 CurrentScheduler 에서 작동합니다.

RxDataSource-Texture

RxSwiftCommunity 에 RxASDataSource 라는 라이브러리가 현존하고 있으며 메인 컨트리뷰터의 버그에 대한 관리가 이루어지지 않을 뿐더러 DEPRECATED 된 상태여서 Rx와 Texture에 능숙하신 국내 개발자 OhKanghoon 님께서 Texture를 위한 최신화된 RxDataSources 를 만드셨습니다.

GitHub - OhKanghoon/RxTexture: RxSwift wrapper for TextureGitHub
GitHub - OhKanghoon/RxDataSources-Texture: ASTable and ASCollection Data Sources for RxSwift (Texture)GitHub
Logo
Logo