Added a button to sort host list as per issue#50. ( https://github.com/tr1ckyf0x/wakeonlan-ios/issues/50 )
I am not expecting this change to be added since there are better solutions, such as dragging items within the table view and updating the position within CoreData.
I would still appreciate a review. The goal was to add a sorting option without making any changes in the data model.
Should you decide to add the sort button in the app, I am happy to make any requested changes to the code and add the feature of saving sort order to UserDefaults.
Thank you for a review :)
Added a button to sort host list as per issue#50. ( https://github.com/tr1ckyf0x/wakeonlan-ios/issues/50 ) I am not expecting this change to be added since there are better solutions, such as dragging items within the table view and updating the position within CoreData. I would still appreciate a review. The goal was to add a sorting option without making any changes in the data model. Should you decide to add the sort button in the app, I am happy to make any requested changes to the code and add the feature of saving sort order to UserDefaults. Thank you for a review :)