Closed kevintbradbury closed 7 years ago
Nice!! Let me get it installed on my phone and try it out. On Tue, Jan 17, 2017 at 1:38 PM Kevin B notifications@github.com wrote:
81 https://github.com/BlackSourceLabs/BlackNectar-iOS/issues/81
Remember User Preferences
107 https://github.com/BlackSourceLabs/BlackNectar-iOS/issues/107
Modify Custom annotations
You can view, comment on, or merge this pull request online at:
https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110 Commit Summary
- Sets UserDefaults from SideMenuFilter
- Sets UserDefaults for filters
File Changes
- M BlackNectar/BlackNectar.xcodeproj/project.pbxproj https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-0 (4)
- M BlackNectar/BlackNectar/Base.lproj/Main.storyboard https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-1 (8)
- M BlackNectar/BlackNectar/SideMenuFilterViewController.swift https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-2 (80)
- M BlackNectar/BlackNectar/StoresMapViewController.swift https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-3 (2)
- M BlackNectar/BlackNectar/StoresTableViewController.swift https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-4 (21)
- A BlackNectar/UserPreferencesData.xcdatamodeld/UserPreferencesData.xcdatamodel/contents https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-5 (13)
Patch Links:
- https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110.patch
- https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110, or mute the thread https://github.com/notifications/unsubscribe-auth/AA8lhswT4dkmtZVvuhZ1xtvS7TzhHhr2ks5rTTTIgaJpZM4LmMZj .
--
Wellington Founder BlackSource
Go for it, let me know what changes need to be made. Also, the the openNow switch defaults to ‘on’ all the time because it’s set via the Storyboard. I’ve tried modifying the bool value of ‘.isOn’ and also modifying ‘setOn’ but it made no difference to the storyboard.
On Jan 17, 2017, at 13:40, Wellington Moreno notifications@github.com wrote:
Nice!! Let me get it installed on my phone and try it out. On Tue, Jan 17, 2017 at 1:38 PM Kevin B notifications@github.com wrote:
81 https://github.com/BlackSourceLabs/BlackNectar-iOS/issues/81
Remember User Preferences
107 https://github.com/BlackSourceLabs/BlackNectar-iOS/issues/107
Modify Custom annotations
You can view, comment on, or merge this pull request online at:
https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110 Commit Summary
- Sets UserDefaults from SideMenuFilter
- Sets UserDefaults for filters
File Changes
- M BlackNectar/BlackNectar.xcodeproj/project.pbxproj https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-0 (4)
- M BlackNectar/BlackNectar/Base.lproj/Main.storyboard https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-1 (8)
- M BlackNectar/BlackNectar/SideMenuFilterViewController.swift https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-2 (80)
- M BlackNectar/BlackNectar/StoresMapViewController.swift https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-3 (2)
- M BlackNectar/BlackNectar/StoresTableViewController.swift https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-4 (21)
- A BlackNectar/UserPreferencesData.xcdatamodeld/UserPreferencesData.xcdatamodel/contents https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110/files#diff-5 (13)
Patch Links:
- https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110.patch
- https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110, or mute the thread https://github.com/notifications/unsubscribe-auth/AA8lhswT4dkmtZVvuhZ1xtvS7TzhHhr2ks5rTTTIgaJpZM4LmMZj .
--
Wellington Founder BlackSource — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BlackSourceLabs/BlackNectar-iOS/pull/110#issuecomment-273308665, or mute the thread https://github.com/notifications/unsubscribe-auth/AE_TWHpscDZC6IqJO9SHI9C6pk3ZHNJzks5rTTVHgaJpZM4LmMZj.
Noticed that the app doesn't remember whether you have restaurants/stores selected, and so when you launch the app it just reverts back. Same for the "open now" feature.
We're not really gonna use the open now
feature until it's ready, so for now it doesn't matter too much.
81 Remember User Preferences
107 Modify Custom annotations