Posts

Post not yet marked as solved
12 Replies
14k Views
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" : [ ] }
Posted Last updated
.
Post marked as solved
1 Replies
3.5k Views
Does anyone know where to find more detailed information about "String interpolation with a specifier/formatter"? I know we can use string interpolation to format a number: let pi = Double.pi "\(pi, specifier: "%.2f")" but I can't find any further information about this syntax, please help.
Posted Last updated
.
Post not yet marked as solved
1 Replies
805 Views
Recently I noticed that there is a template for "Xcode Playgound" on the iPad Swift Playgrounds.Does anyone know the differences between the template for "Xcode Playground" and a normal empty template?Thanks.
Posted Last updated
.