5. 해당 Target 파일에 타겟이름ViewController 클릭
import UIKit
import Social
class ShareViewController: SLComposeServiceViewController {
// Text가 입력될 때마다 호출
override func isContentValid() -> Bool {
// contentText : TextView의 Text
return self.contentText.isEmpty == false
}
override func didSelectPost() {
// This is called after the user selects Post. Do the upload of contentText and/or NSExtensionContext attachments.
// Inform the host that we're done, so it un-blocks its UI. Note: Alternatively you could call super's -didSelectPost, which will similarly complete the extension context.
self.extensionContext!.completeRequest(returningItems: [], completionHandler: nil)
}
override func configurationItems() -> [Any]! {
// To add configuration options via table cells at the bottom of the sheet, return an array of SLComposeSheetConfigurationItem here.
return []
}
}
Extension을 Custom 하려고 하는데 또 와이리 오류나요 ?!? 백수도 일요일엔 쉬고싶으니까 오류는 내일 해결해보도록 하겠습니다.. 😓 내일부터 새로운 앱도 만들어야 되는데 바쁘다 바빠 ~ 다음주 부터 진짜 열심히 살아야겠다 🤪