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 | 29 | 30 |
Tags
- javascript
- image
- Animation
- SWIFT
- html5
- CSS
- jQuery
- css3
- xcode
- 백엔드
- 개발자
- hover
- react
- ipad
- 비전공 개발자
- 프론트엔드
- effect
- 애니메이션
- php
- 풀스택
- front-end
- keyframes
- MAC
- 자바스크립트
- HTML
- 비전공자
- iOS 개발자
- iPhone
- IOS
- button
Archives
- Today
- Total
목록diary (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