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
- CoreImage
- list
- viewlifecycle
- apns
- NotificationCenter
- SWIFTUI
- error
- Switch
- mvvm
- Animation
- 고차함수
- class
- escaping
- self
- calendar
- http
- struct
- Refresh
- segue
- uikit
- SWIFT
- 글또
- 화면전환
- IOS
- ScrollView
- Git
- Observer
- singleton
- array
- PushNotification
Archives
- Today
- Total
목록ShareSheet (1)
seong_hye, the developer
📘 UIActivityViewControlleriOS에서 공유 시트 (Share Sheet)를 띄우기 위한 기본 UIKit 클래스ex. 이미지, 텍스트, URL, 파일 등을 메시지, 메일, 에어드롭, 기타 앱으로 공유하고 싶을 때 사용 🔹기본 예시class ViewController: UIViewController { @IBAction func shareButtonTapped(_ sender: Any) { let textToShare = "공유할 텍스트입니다." let urlToShare = URL(string: "https://sample.com") let activityVC = UIActivityViewController(activityItems: [textToSh..
IOS/UIKit
2022. 11. 6.