티스토리 뷰
[넣기]
fileButtonStack.insertArrangedSubview(넣을뷰, at: 0)
[빼기]
self.fileButtonStack.removeArrangedSubview(sender)
sender.removeFromSuperview()
'macOS, iOS' 카테고리의 다른 글
| [iOS] DateFormatter이용해서 포맷팅하기 (0) | 2020.07.15 |
|---|---|
| [iOS] Xcode 코드블록 접는 단축키 (0) | 2020.07.14 |
| [iOS] SFSymbol image를 코드로 넣는 법 (0) | 2020.07.14 |
| [iOS] if (a==b|| a==c || a==d)를 줄일수는 없을까? (0) | 2020.07.13 |
| [iOS] 비밀번호 sha-512, base64 encoding하기 (0) | 2020.07.13 |