HOW TO PRE-APPEND ASCELLNODE LIKE A CHAT APPLICATION
How to pre-append ASCellNode like a Chat Application? Texture is an iOS framework built on top of UIKit that keeps even the most complex user interfaces smooth and responsive.
TEXTURE BEST PRACTICE
Keeps the most complex iOS user interfaces smooth and responsive.
TEXTURE BEST PRACTICE #5
서론 지난 1 ~ 4 편까지는 전반적으로 Texture를 어떻게 활용해서 기본적인 UI 구성법과 개발자가 주로 실수하는 부분 및 노하우에 대해서 다뤘고, 여기까지 오신분들은 기본적인 Application을 뚝딱 만들어 내실 수 있을꺼라 생각이 듭니다.
TEXTURE BEST PRACTICE #4
#1, 2, 3 을 차근차근 숙지하시고 진행하신 분들이라면 필자가 체감으로는 이제 제법 나름 괜찮은 UI를 어느정도 만들줄 알거라고 생각합니다.
HOW TO USE REGULAR EXPRESSIONS TO DISTINGUISH NATIONAL LANGUAGES IN SWIFT
String(“안녕하세요”).range(of: “\p{Hangul}”, options: .regularExpression) True String(“Say Hello”).range(of: “\p{Hangul}”, options: .
TEXTURE BEST PRACTICE #3
이전 Texture Best Practice #3에서 다뤘던 내용은 기초적인 LayoutSpec을 잡는 과정과 각종 노하우를 보여주었으면 오늘은 실질적으로 코드 작성을 통해서 위와 같이 복잡한 Layout을 설계를 해보도록 하겠습니다.
TEXTURE + RXSWIFT INTERACTIVE WRAPPER
How to make RxSwift Interactive wrapper for Texture? Basically, Texture provides various basic components as shown in the picture below.
TEXTURE BEST PRACTICE #2
Texture Best Practice #2 LayoutSpec 기초 및 노하우 Texture Best Practice #1
TEXTURE BEST PRACTICE #1
Texture Best practice #1 기초편 현재 Vingle에서 iOS 개발을 맡고있는 하현수라고 합니다.
CHATTING APPLICATION BUILT ON TEXTURE
Texture 사용한지 이제 반년이 넘었다. 그 동안 Vingle 앱 내부의 대부분 기능들을 Texture로 만들다보니 나름 여러 노하우라던가 Texture Core 까지 들여다볼 정도로 실력이 많이 늘어난거 같다.