se-daily-iOS icon indicating copy to clipboard operation
se-daily-iOS copied to clipboard

Native iOS app for Software Engineering Daily.

Results 10 se-daily-iOS issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

enhancement
good first issue

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:...

enhancement
good first issue

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...

bug
good first issue

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...

bug
good first issue

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...