Class
LibraryTableViewController
class LibraryTableViewController: UITableViewController
UI class for gallery activity
Relationships
Conforms To
ScanTableViewCellDelegate
ScanTableViewCellDelegate
UITableViewController
UITableViewController
Methods
viewDidLoad()
override func viewDidLoad()
prepare(for:sender:)
override func prepare(for segue: UIStoryboardSegue, sender: Any?)
/ if let viewController = storyboard?.instantiateViewController(identifier: "RecordingDetailViewController") as? RecordingDetailViewController { / viewController.recordingUrl = selectedRecordingUrl / navigationController?.pushViewController(viewController, animated: true) / }
tableView(_:numberOfRowsInSection:)
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
tableView(_:cellForRowAt:)
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
tableView(_:heightForRowAt:)
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
deleteSuccess(recordingId:)
func deleteSuccess(recordingId: String)
reload files after files are deleted successfully
deleteSuccess(recordingId:)
func deleteSuccess(recordingId: String)
reload files after files are deleted successfully
deleteFailed(recordingId:)
func deleteFailed(recordingId: String)
display a toast when files are not deleted due to errors
deleteFailed(recordingId:)
func deleteFailed(recordingId: String)
display a toast when files are not deleted due to errors
didCompletedUploadWithError(recordingId:)
func didCompletedUploadWithError(recordingId: String)
display a toast message when files did not upload to server due to errors
didCompletedUploadWithError(recordingId:)
func didCompletedUploadWithError(recordingId: String)
display a toast message when files did not upload to server due to errors
didCompletedUploadWithoutError(recordingId:)
func didCompletedUploadWithoutError(recordingId: String)
display a toast message when files are uploaded to server successfully
didCompletedUploadWithoutError(recordingId:)
func didCompletedUploadWithoutError(recordingId: String)
display a toast message when files are uploaded to server successfully
viewDidLoad()
override func viewDidLoad()
tableView(_:numberOfRowsInSection:)
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
tableView(_:cellForRowAt:)
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
tableView(_:heightForRowAt:)
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
deleteSuccess(fileId:)
func deleteSuccess(fileId: String)
reload files after files are deleted successfully
deleteSuccess(fileId:)
func deleteSuccess(fileId: String)
reload files after files are deleted successfully
deleteFailed(fileId:)
func deleteFailed(fileId: String)
display a toast when files are not deleted due to errors
deleteFailed(fileId:)
func deleteFailed(fileId: String)
display a toast when files are not deleted due to errors
didCompletedUploadWithError(fileId:)
func didCompletedUploadWithError(fileId: String)
display a toast message when files did not upload to server due to errors
didCompletedUploadWithError(fileId:)
func didCompletedUploadWithError(fileId: String)
display a toast message when files did not upload to server due to errors
didCompletedUploadWithoutError(fileId:)
func didCompletedUploadWithoutError(fileId: String)
display a toast message when files are uploaded to server successfully
didCompletedUploadWithoutError(fileId:)
func didCompletedUploadWithoutError(fileId: String)
display a toast message when files are uploaded to server successfully