Skip to content
/ iQr Public

🔢 Simple class generating QRCode from NSString

Notifications You must be signed in to change notification settings

yageek/iQr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Description

A simple class generated a QRCode CGImageRef from NSString and based on qrencode and Quartz2D.

Usage

	YGQRcode * obj = [[YGQRcode alloc] initWithString:value];
    
	NSImage * image = [[NSImage alloc] initWithCGImage:[obj image] size:NSZeroSize];

About

🔢 Simple class generating QRCode from NSString

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published