NSClippy
NSClippy copied to clipboard
Clippy on iOS, what more could you want?
NSClippy
Clippy for iOS
NSClippy is a port of ClippyJS for that nostalgic hit on iOS. My thanks to smore for providing the original sprites and sounds.
Screenshot and video

Requirements
- Xcode 4.5 or higher
- Apple LLVM compiler
- iOS 5.0 or higher
- ARC
How to use
Adding Clippy to your view:
NSClippy *clippy = [[NSClippy alloc] initWithAgent:@"clippy"];
[self.view addSubview:clippy];
[clippy show];
And to show an animation:
[clippy showAnimation:@"GetArtsy"];
Installation
Either manually copy all the files from the NSClippy directory (excluding the Example) into your project, or you can add it via Cocoapods by putting this line into your podfile:
pod 'NSClippy'
Todo
- Mac support
- Show random idle animation
- Add speech bubble pop over
- Queue for animations
- Add other characters such as Merlin, Rover, and Links.