Closed tydahlwave closed 6 years ago
instead of setting each color of every navigation interaction, you can just set the global appTint color either from your storyboard file or in application(_:didFinishLaunchingWithOptions:)
you can put window?.tintColor = .cruBlue
one suggestion would be that instead of having choose campus and then a choose movement as a follow up screen, you could just have a choose your movement screen that groups the movements by campus in one tableview. might be simpler and would account for people being involved in multiple movements, even outside of their campus, which I've seen happen
Is a search going to be added to the campus page? For now it is probably fine without it but as we expand to more campuses that is definitely going to be needed.
@fedorareis Yes there is a search on the Choose Campus screen if you scroll down. It functions the same as the iMessage search bar
@cbatch True, that may be better. However, the movements would also take up a lot of space on the screen. But it would allow search by campus or movement which would be nice. I'm not going to change the design in this PR to that, but maybe in the future.
Everything is working except for notifications. Also, we will need to use the user's subscribed movements to filter content throughout the app. But that can be in a different PR.