Shane Qi
Shane Qi
 If the gif shows what you want, you can simply change the collection view's scroll direction to horizontal. But the cells will be scrolled...
Thank you so much! I will review & merge ASAP.
Looking at the diff, looks like that all the previous code has been removed. Then I realized that you changed all the indentation from tabs to spaces, even for the...
try ``` swift ... Routing.Routes["GET", ["/", "index.html"]] = indexHandler ... ```
I'm not sure if the latest Perfect version is bug-free. I just personal prefer release version, even thought there are bugs. However, you probably want to check out this example:...