An open API service indexing awesome lists of open source software.

https://github.com/patridge/uikitabuse


https://github.com/patridge/uikitabuse

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Abusing UIKit

Demo code for a series of blog posts about using UIKit in Xamarin.iOS to make [Smudges](https://itunes.apple.com/us/app/smudges/id739618884?mt=8&uo=4&ct=github), a simple game for kids available on the App Store.

## Posts

* [Part 1: Detecting Taps and Placing Views with UITapGestureRecognizer](http://www.patridgedev.com/2013/11/22/smudges-part-1-detecting-taps/) [[code]](https://github.com/patridge/UIKitAbuse/tree/master/PlacingViews)
* [Part 2: Using Custom Fonts](http://www.patridgedev.com/2014/05/15/smudges-part-2-custom-font/) [[code]](https://github.com/patridge/UIKitAbuse/tree/master/CustomFontIcons)
* [Part 3: Playing Sounds](http://www.patridgedev.com/2015/01/05/smudges-part-3-playing-sounds/) [[code]](https://github.com/patridge/UIKitAbuse/tree/master/PlayingSounds)