안녕하세요 :) Zedd입니다. FlexLayout쓸 때 마다 헷갈리는 친구들이 있는데... 오늘 진짜 내 자신에게 너무 현타가와서 정리 ㅎ ㅏ₩~~~~~~~~~ # justifyContent 정의 : flex container의 main-axis을 따라 정렬을 정의하는 프로퍼티 기본값 : start 가능한 값 : start / end / center / spaceBetween / spaceAround / spaceEvenly 저는 대충 뭐 워드나 한글의 글자 정렬과 비슷하다고 생각했기에 direction을 row로 테스트 해봅시다. rootContainer.flex.height(100) .direction(.row) .backgroundColor(.systemYellow) .define { flex i..
안녕하세요 :) Zedd입니다. 오늘은 FlexLayout 2탄!!! 막상 사용하려니 모르는 메소드가 너무 많아따 # Accessing flex item's UIView add한 아이템의 속성을 바꾸고 싶으면 view.flex.direction(.row).padding(20).alignItems(.center).define { (flex) in flex.addItem().width(50).height(50).define { (flex) in flex.view?.alpha = 0.8 ✅ } } define closure안에서 flex.view로 접근이 가능하다. view.flex.direction(.row).padding(20).alignItems(.center).define { (flex) in let ..
안녕하세요 :) Zedd입니다. 오늘은 PinLayout 사용해보기에 이어서..PinLayout의 친구인 FlexLayout에 대해서 공부해보겠습니다! # FlexLayout - UIStackView를 개선한 Layout 프레임워크 - UIStackView보다 사용하기 간단 / 다양한 API - 높은 성능 → UIStackViews보다 8 ~ 12배 빠름. - PinLayout과 같이 개발되었으므로 PinLayout과 유사한 구문과 메소드. - 보통 PinLayout과 같이 사용된다. # PinLayout과의 차이점? PinLayout도 Layout 프레임워크였는데..FlexLayout는 뭐가 다르냐! 많은 View를 레이아웃 해야 하지만, 복잡한 애니메이션이 필요하지 않은 상황에서는 FlexLayout..
- Combine
- Accessibility
- Git
- swift delegate
- 스위프트 문법
- ios 13
- swift sort
- 스위프트
- 제이슨 파싱
- swift3
- np-hard
- UIBezierPath
- FLUTTER
- fastlane
- SwiftUI
- actor
- iOS delegate
- WidgetKit
- swift array
- Xcode
- IOS
- Swift
- WKWebView
- swift 공부
- np-complete
- 피아노
- github
- swift tutorial
- 회고
- WWDC
- Total
- Today
- Yesterday