# qrcode **Repository Path**: hclong/qrcode ## Basic Information - **Project Name**: qrcode - **Description**: 生成二维码和条形码 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-09-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #qrcode 可生成二维码 条形码 使用: ``` CGSize size = CGSizeMake(500, 500); UIImage * image = [CreatQRCodeAndBarCodeFromLeon generateBarCode:str size:size color:[UIColor blackColor] backGroundColor:[UIColor whiteColor]]; ```