jverkoey / ObjQREncoder

Objective-C QR Encoder
390 stars 101 forks source link

add url to QR #10

Closed WimNotredame closed 12 years ago

WimNotredame commented 12 years ago

hi,

i'm develop a iPhone app . that need the QRencode the url is like understand url. http://testurl.com/test?a=2.0&d=Test

but i can't encode string i have try 2 kind of codes

    UIImage*image2 = [QREncoder encode:SetupLink size:64 correctionLevel:QRCorrectionLevelLow];

and //UIImage* image = [QREncoder encode:SetupLink];

do i something wrong ?

thx wim