Does anyone know that?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
In iBook App Development with Swift's guided Project Restaurant(chapter 5, page 837)>> Build and run your app with the server running. You should see a list of the categories that you defined back in menu.json.Problem :Nothing appears on the table view controllerEnter http://localhost:8090/categories into the browser, but the server returns nothing.server response: { "categories" : [ ] }