Creating the Apple News App Layout

Hey Code Crew!

I trust everyone is safe and well. My name is Nadario from The Bahamas and I’m trying to build a community app where community announcements are displayed on the screen in a similar layout to that of the Apple News App.

Should I use a table view or collection view to establish the layout? Also what resource can I use to help understand how to use either option to implement my desired layout?

Any feedback would be greatly appreciated. I’ve included a photo of the news app below.

Thanks

I would do a tableView, with different cells

This video may be useful to help you make a tableView with custom cells.

Thank you.

I found this link that clearly explained Composition Layouts and was a big help in completing this step in my app design.

Thanks again for the feedback.