Ever needed to use ASIHTTPRequest in combination with guaranteed delivery? (i.e. making sure the HTTP call is performed, even though the network might be down at the moment you fire the initial request)
For our latest project (Rupert Explores), they wanted to add a small puzzle game into the app. As always, I started looking in Github for possible candidates, and stumbled upon SlidingPuzzleBoard, which seemed perfect for the job. After playing with it for half an hour, I succeeded in integrating it into the app. This is how it looks like: