Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Created the RenameViewController similar to what files app does. - Removed the background color for UINavigationController in NSObject+Theme.swift to prevent errors with blur backgrounds. - Coded a trailing swipe in ClientQueryViewController.swift with the rename action. * - In case of a rename only the name is selected by default, the file extension remains untouched for consistency/security. * - Make the nameTextField resign as first responder when the user taps on cancel. * - Adjusted some constraints for non 3.0 scale Screens * - Update the constraints when there is unknown UITraitCollection * - Fix for #102 (comment) * - Fix for #102 (comment) * Code review changes * - Change the name of RenameViewController to NamingViewController * - Merged the two operations into the swipe trailing function: delete and rename * - Removed autocompletion from the NamingViewController name textfield. * - Removed unused method from String + Extensions * - Fix when you try to rename folders. * - Forget one line for set the default name when provided * - Enhacement for #102 (comment) * - Made the textfield resign as first responder in all the cases. * - NamingViewController: - also call completionHandler if cancel is hit - make use of tuple result easier to read/maintain
- Loading branch information