Is there a way to generate QR code image on iOS

后端 未结 8 2128
-上瘾入骨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:40

    If you don't mind using public api, here is an easy 10 seconds method. http://goqr.me/api

    Just fill in the data parameter, and load the image from the response. Cheers.

提交回复
热议问题