erikmfe / Samples

Sample demo projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samples

Sample demo iOS projects

Actions

Sample app that demonstrates how categories, associated objects an blocks could make standard iOS action sheets and alert views easier to use.

Blurry

App demonstrates how to use Apple's image blurring example to create iOS 7 styled views.

Categories

Sample app that shows some features of Objective-C categories.

DocOpener

Sample app that demonstrates how to pass documents between applications.

Initializers

Sample app that demonstrates class loading, initialization and method swizzling techniques.

Introspector

Sample app that demonstrates how to use introspection to see what's inside Objective-C classes.

ImageManage

sample project working with image pixel data - get pixel bytes and construct image from bytes.

iRemember

Sample project demonstrating reminders usage (EventKit framework).

Keyboard Keys

Demo project that shows how to easily attach more keys to standard iOS keyboard. Also it demonstrates how to use UIActivityViewController and local notifications.

Remind Me At

App that allows to create geofenced reminders by tapping anywhere on the map.

SecureData

Sample project working with keychain. Some parts of code could be reused (as simple keychain wrapper).

TouchSize

Sample app that shows how to detect tap size.

YATorch

Yet another torch. Sample on AVFoundation framework - manipulating torch.

License

MIT License

Copyright (c) 2013 Danis Tazetdinov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Sample demo projects