https://github.com/patridge/uikitabuse
https://github.com/patridge/uikitabuse
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patridge/uikitabuse
- Owner: patridge
- License: mit
- Created: 2013-10-01T13:58:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-05T15:43:46.000Z (over 10 years ago)
- Last Synced: 2025-01-01T10:25:23.437Z (5 months ago)
- Language: C#
- Size: 613 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)