Skip to content

weiran/NSClippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

NSClippy screenshot

View video on Vimeo.

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.

About

Clippy on iOS, what more could you want?

Resources

License

Stars

Watchers

Forks

Packages

No packages published