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 | 31 |
Tags
- escaping
- list
- ScrollView
- viewlifecycle
- http
- Refresh
- NotificationCenter
- uikit
- SWIFT
- class
- Observer
- PushNotification
- 글또
- Git
- IOS
- segue
- singleton
- Switch
- 고차함수
- calendar
- struct
- self
- 화면전환
- CoreImage
- mvvm
- error
- array
- apns
- SWIFTUI
- Animation
Archives
- Today
- Total
목록UIActivityViewController (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.