# HTEffect_Demo_iOS **Repository Path**: htai-open/HTEffect_Demo_iOS ## Basic Information - **Project Name**: HTEffect_Demo_iOS - **Description**: 虹图人像人体Demo - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.texeljoy.com - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2022-11-23 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: 美颜SDK, IOS, 人像人体特效, ar ## README [简体中文](README.md) | English # **HTEffect_Demo_iOS** ## **Instruction** - This article introduces how to quickly configure HTEffect module.
## **Steps** ### **1. Download** Execute the following commands in sequence - git clone **repository** - cd **project directory** - git submodule init && git submodule update ### **2. Configure** After downloading, open project - Replace **Bundle Display Name** and **Bundle Identifier** with **your APP name** and **package name**, respectively - Replace **Your AppId** in [[HTEffect shareInstance] initHTEffect:@"Your AppId" withDelegate:self] with **your AppId** in AppDelegate.m - Replace **HTEffect.bundle** in HTEffect folder with your **HTEffect.bundle** - Build, Run, and search **init-status** to see relevant logs - The specific steps can be found by searching **//todo --- HTEffect** globally