se-daily-iOS
se-daily-iOS copied to clipboard
Native iOS app for Software Engineering Daily.
requires https://github.com/SoftwareEngineeringDaily/software-engineering-daily-api/issues/298
related to https://github.com/SoftwareEngineeringDaily/sedaily-front-end/issues/604
related to https://github.com/SoftwareEngineeringDaily/software-engineering-daily-api/issues/298
All layouts should be built using `SnapKit` instead of Storyboards. There are some parts of the application that are still built upon Storyboards. **Example** RelatedLinks group
To help improve clarity and make the codebase cleaner, all fonts defined in various classes should go to the `Stylesheet.swift ` file. **Example:** ``` titleLabel.font = UIFont(name: "Roboto-Bold", size: UIView.getValueScaledByScreenWidthFor(baseValue:...
While audio overlay is being displayed, table and collection views need additional bottom inset to make sure all content is visible to user. This can be achieved either via propagating...
When `RelatedLinksViewController` dataSource is empty, users should be able to add new links. Currently, the container with textfields and submit button is implemented as `tableView.tableFooterView` and it is not displayed...
Add a user interface for Apple Car Play. I do most of my listening in the car and would love to switch over to the App but have to stick...