jasonhinkle / vsclipprint

iOS utility for sending text to the clipboard or AirPrint printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSClipPrint

iOS utility class for sending text to the clipboard or AirPrint printer. With one line of code your app will display an action sheet with an option to copy text to the clipboard, or send it to and AirPrint printer.

Screenshot

Usage

[VSClipPrint showInView: self.view
			  withTitle: @"Title"
		 forTextContent: @"The text to copy/print"];

License

Free for personal and commercial usage under the terms of LGPL

About

iOS utility for sending text to the clipboard or AirPrint printer

License:GNU Lesser General Public License v2.1


Languages

Language:Objective-C 100.0%