Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default tableViewController editing / delete support #28

Merged
merged 6 commits into from Jul 22, 2017

Conversation

orff
Copy link
Contributor

@orff orff commented Apr 30, 2017

By specifying a boolean in a new custom init method, it passes along a boolean into the FileListViewController which in turn set allowEditing on the tableView. Where I'm not sure things are going to be super smooth is re-parsing of the files and storage variables in the tableView's commit editing style delegate method. In a future version, this might need to be done on a background thread with an activity view display.

@orff orff changed the title Add default tableViewController editing Add default tableViewController editing / delete support Apr 30, 2017
@marmelroy
Copy link
Owner

Hi @orff, thanks for this suggestion and apologies for the delay. I like this approach - will merge, perform a couple of changes and include in the next release.

@marmelroy marmelroy merged commit 5c6939a into marmelroy:master Jul 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants