an iOS App placeholder icon generator
TempIconGen is a lightweight web application designed to help iOS developers quickly generate placeholder icons. This tool is built entirely using HTML, CSS, and JavaScript, requiring no additional software installation. Simply download and open it in a web browser to start using it. It supports generating 1024x1024 pixel icons and offers multiple appearance styles, including Any Appearance, Dark, and Tinted.
TempIconGen 是一个轻量级的网页应用程序,旨在帮助iOS开发者快速生成占位图标。此工具完全基于HTML、CSS和JavaScript构建,无需安装任何额外软件,只需下载并用浏览器打开即可使用。它支持生成1024x1024像素的图标,并提供多种外观样式选项,包括普通外观(Any Appearance)、深色模式(Dark)和带色调的图标(Tinted)。
- Download this project to your local machine.
- 将本项目下载到您的本地机器。
- Open the
TempIconGen.html
file with a modern web browser.- 使用现代浏览器打开
TempIconGen.html
文件。
- 使用现代浏览器打开
- Click the "Generate New Icons" button to save the generated icon.
- 点击“生成”按钮,保存生成的图标。
- If you think the icons are good enough for a placeholder, click download buttons to download them, if not, repeat step 3.
- 如果你觉得这个占位符图标还凑合,点击下载就好了,不然重复步骤3.
This program aims to quickly generate simple placeholder icons for Xcode projects. These icons are a combination of basic geometric figures and are suitable for temporary use in the development process. Please note that it is strongly not recommended to use such icons for application submission in the App Store. 本程序旨在为Xcode项目快速生成简单的占位符图标。这些图标是由基本的几何图形组合而成,适用于开发过程中作为临时使用的图标。请注意,强烈不建议将此类图标用于App Store的应用提交。
If you find any bugs or have suggestions for improvements, please submit them through Issues. We also welcome Pull Requests to help make this tool even better!
- 如果您发现了Bug或有任何改进建议,欢迎通过Issues提出。
- 我们也非常欢迎您提交Pull Requests,一起让这个工具变得更好!
This project is licensed under the MIT License. For more details, see the LICENSE file.
- 本项目采用MIT许可证,详情请参阅LICENSE文件。