heyjaywilson / peakfit

Strength exercise iOS app written in Swift
Apache License 2.0
16 stars 11 forks source link

Store the exercise lists sort option so that when the user opens the app the lists are in the same order #47

Open heyjaywilson opened 1 month ago

heyjaywilson commented 1 month ago

I imagine this being stored in User Defaults to store the list sort option assigned in ExerciseListView menu. The key should be ExerciseListsSortOption

This ticket is complete when: