# 유용한 글 모음

## Vingle Texture Style Guide

{% embed url="<https://medium.com/vingle-tech-blog/vingle-texture-style-guide-2caf8c13322f>" %}

Vingle iOS에서 Texture사용에 대한 Style guide를 정리했습니다.

## Texture, 현업 사용가이드

{% embed url="<https://medium.com/vingle-tech-blog/texture-%ED%98%84%EC%97%85-%EC%82%AC%EC%9A%A9%EA%B0%80%EC%9D%B4%EB%93%9C-98865bd6a38>" %}

Vingle iOS에서 Texture 현업 사용가이드를 공유했습니다.

## Improvement feed performance with Texture(AsyncDisplayKit)

{% embed url="<https://medium.com/vingle-tech-blog/improvement-feed-performance-with-texture-asyncdisplaykit-2ef2ee11f06e>" %}

Vingle iOS팀이 Texture를 처음 도입하기 시작한 경험담을 정리해봤어요.

## How to make bouncing table headerView with Texture

{% embed url="<https://medium.com/@h2s1880/how-to-make-bouncing-table-headerview-with-texture-94a95c216666>" %}

사용자 스크롤 행위에 따른 Bouncing header view 개발사례를 공유합니다. (\* 필요에 따라선 SnapKit, auto-layout을 매우 가볍게 섞어서 사용하면 위와 같이 좋은 경우도 있습니다.)

## How to pre-append ASCellNode like a Chat Application?

{% embed url="<https://medium.com/@h2s1880/how-to-pre-append-ascellnode-like-a-chat-application-23b35d39b6cb>" %}

Texture를 기반으로한 Messanger & Chatting 앱 구조 설계과정에 대해서 공유합니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://texture-kr.gitbook.io/wiki/intro/texture-posts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
