Gowtham_idss
Results
3
issues of
Gowtham_idss
when i try to upload nearly 90+ images my app got crashed and got this is message in my debugger "Terminated due to memory issue"
@objc func didTapUpload(_ sender: UIBarButtonItem) { let title = self.titleTextField.text let description = self.descriptionTextView.text self.videoSettings = VideoSettings(title: title, description: description, privacy: "Nobody", users: nil, password: nil) if self.operation?.state == .executing...