250x250
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
Tags
- MAC
- 애니메이션
- 풀스택
- javascript
- HTML
- keyframes
- front-end
- css3
- jQuery
- 개발자
- 비전공 개발자
- IOS
- SWIFT
- ipad
- php
- Animation
- button
- iPhone
- xcode
- 백엔드
- effect
- 자바스크립트
- react
- CSS
- hover
- 프론트엔드
- html5
- iOS 개발자
- 비전공자
- image
Archives
- Today
- Total
목록collectionview (1)
비전공자 개발일기
import Foundation struct Diary { var uuidString: String var title: String var contents: String var date: Date var isStar: Bool } import UIKit class DiaryCell: UICollectionViewCell { @IBOutlet weak var titleLabel: UILabel! @IBOutlet weak var dateLabel: UILabel! required init?(coder: NSCoder) { super.init(coder: coder) contentView.layer.cornerRadius = 3.0 contentView.layer.borderWidth = 1.0 conten..
SWIFT
2022. 12. 18. 22:24