Is there a way to generate QR code image on iOS

后端 未结 8 2127
-上瘾入骨i
-上瘾入骨i 2020-12-22 19:59

Is there a standard way to generate a QR code and attach it to a mail item from iOS client app (no server code)?

8条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-22 20:48

    ...which will let me generate links...

    First, you need to find a short link service, e.g. bit.ly or goo.by, to make a long link shorter and thus reduce QR Code size.

    To perform this task automatically you will have to use some web service.

    ...then generate a QR code...

    ZXing is a popular open source QR Code generator also available for iOS

提交回复
热议问题