Present Daily List Fullscreen
AppStore JSON APIs
For this lesson, we'll move onto present a full screen list mode for all of the grouped cells in our TodayController. To do so, we'll be reusing our TodayMultipleAppsController and enabling a mode option for this controller to be shown in small and fullscreen mode. We'll also address a bunch of size issues that crop up. Enjoy.

Comments (6)
Te-Jen Wu
4 years ago
Hi Brian, There is a weird issue. In the TodayController, as long as tap the multiple type item first, get back to the TodayController, then tap the single type item, the tab bar wouldn’t be hidden.
Brian Voong
4 years ago
victorray84
4 years ago
/Users/victorray/Desktop/Simulator Screen Shot - iPhone XR - 2019-03-05 at 19.27.56.png
victorray84
4 years ago
Hi Brian, Please see the image below:/Users/victorray/Desktop/Simulator Screen Shot - iPhone XR - 2019-03-05 at 19.27.56.png
victorray84
4 years ago
Hi Brian, I'm getting weird issue while scrolling. I'm not able to attach the screenshot.
Brian Voong
4 years ago
victorray84
4 years ago
Here is the image link : https://imgur.com/QkOidHi
Brian Voong
4 years ago
Tokyojogo
4 years ago
Hi Brian, since I have the datasource for the TodayMultipleAppController separate, I'm getting an error -> TodayMultipleAppDataSource' cannot be constructed because it has no accessible initializers. I tried taking the enum outside of the class since I also made let mode: Mode in the datasource file (the cellforRowAt is there) but still getting the error. Do I need to create the same initializer for the dataSource? Wondering what is the proper way of handling this? Thank you.
druvinskiy
3 years ago
Hey Brian. Instead of setting up the TodayMultipleAppsController depending on the mode, would it be more viable to create a BaseTodayMultipleAppsController that contains the shared logic as well as a SmallTodayMultipleAppsController and FullscreenTodayMultipleAppsController that inherit from BaseTodayMultipleAppsController?
JoevegaCoding
3 years ago
Hey Brian ! Is there a way to set a different direction for scrollview when in .fullscreen? I set up my "today multipleViewController" in a horizontal direction, but I want to change it to vertical, when it hits the fullscreen mode. Thank you in advance!
HELP & SUPPORT