{"id":13484553,"url":"https://github.com/wxxsw/SwiftUI-WeChat","last_synced_at":"2025-03-27T16:30:59.269Z","repository":{"id":41371391,"uuid":"196787209","full_name":"wxxsw/SwiftUI-WeChat","owner":"wxxsw","description":"🇨🇳 Learn how to make WeChat with SwiftUI. 微信 7.0 🟢","archived":false,"fork":false,"pushed_at":"2022-03-06T03:25:38.000Z","size":23045,"stargazers_count":1153,"open_issues_count":9,"forks_count":143,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-27T14:12:03.901Z","etag":null,"topics":["swift","swiftui","swiftui2","wechat"],"latest_commit_sha":null,"homepage":"https://github.com/wxxsw/SwiftUI-WeChat","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wxxsw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-14T02:57:41.000Z","updated_at":"2025-03-27T10:51:49.000Z","dependencies_parsed_at":"2022-08-15T10:50:09.044Z","dependency_job_id":null,"html_url":"https://github.com/wxxsw/SwiftUI-WeChat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxxsw%2FSwiftUI-WeChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxxsw%2FSwiftUI-WeChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxxsw%2FSwiftUI-WeChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxxsw%2FSwiftUI-WeChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wxxsw","download_url":"https://codeload.github.com/wxxsw/SwiftUI-WeChat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245882311,"owners_count":20687862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["swift","swiftui","swiftui2","wechat"],"created_at":"2024-07-31T17:01:26.044Z","updated_at":"2025-03-27T16:30:59.245Z","avatar_url":"https://github.com/wxxsw.png","language":"Swift","funding_links":[],"categories":["🌎 by the community","Swift"],"sub_categories":[],"readme":"![SwiftUI-WeChat](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/logo.png?1212)\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://developer.apple.com/swift\"\u003e\u003cimg src=\"https://img.shields.io/badge/language-Swift%205.5-f48041.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://developer.apple.com/swiftui\"\u003e\u003cimg src=\"https://img.shields.io/badge/framework-SwiftUI-blue.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://developer.apple.com/ios\"\u003e\u003cimg src=\"https://img.shields.io/badge/platform-iOS%2014%2b-blue.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codebeat.co/projects/github-com-wxxsw-swiftui-wechat-master\"\u003e\u003cimg alt=\"codebeat badge\" src=\"https://codebeat.co/badges/5b74e3e1-8235-4730-b3e9-82373c921301\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/wxxsw/SwiftUI-WeChat/blob/master/LICENSE\"\u003e\u003cimg src=\"http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n- [Overview](#overview)\n- [Features](#features)\n- [Screenshots](#screenshots)\n- [TODO](#todo)\n- [Requirements](#requirements)\n- [License](#license)\n- [中文](#中文)\n\n## Overview\n\n- I will continue to follow the development of technology, the goal is to bring SwiftUI-WeChat to an infinitely close WeChat experience. When you want to implement a function similar to WeChat, you can quickly find out how to implement this function in this project, so I believe this project will help someone.\n\n- The plan will be perfected until the popularity of `SwiftUI`, update occasionally. If you have questions about the implementation, or have better ideas, please feel free to communicate with me in [issue](https://github.com/wxxsw/SwiftUI-WeChat/issues)\n\n- Your ★ Star is my biggest motivation\n\n## Features\n\n- [x] All based on SwiftUI2 ([SwiftUI1 Version](https://github.com/wxxsw/SwiftUI-WeChat/tree/swiftui1)).\n- [x] The navigation bar changes when the homepage switches. TabView is hidden in the details page.\n- [x] Timeline: Picture layout. Play online video. The status bar navigation bar changes as you scroll through the list.\n- [x] Full support for Dark Mode\n\n## Screenshots\n\nLight Mode|Dark Mode\n---|---\n![HomeView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_home_light.png?0301)|![HomeView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_home_dark.png?0301)\n![ChatView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_chat_light.png?0517)|![ChatView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_chat_dark.png?0517)\n![ContactView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_contact_light.png?0301)|![ContactView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_contact_dark.png?0301)\n![DiscoverView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_discover_light.png?0301)|![DiscoverView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_discover_dark.png?0301)\n![MomentView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_moment_light.png?0204)|![MomentView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_moment_dark.png?0204)\n![MeView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_me_light.png?0301)|![MeView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_me_dark.png?0301)\n\n## TODO\n\n- [ ] Homepage: Support left slide to delete chat content\n- [ ] Chat: keyboard processing, multi-line text box height, send content, more media types, emoji, voice, etc.\n- [ ] Timeline: pull-down refresh, pull-up loading, full-screen preview of pictures and videos, comments, likes, etc.\n- [ ] Search interface\n\n## Requirements\n\n- iOS 14+\n- Xcode 12+\n- Swift 5.3+\n\n## Contributors\n\nCreate by [森仔](https://github.com/wxxsw)\n\nBanner Design by [@aduqin](https://dribbble.com/aduqin)\n\n## License\n\nSwiftUI-WeChat is released under the MIT license. [See LICENSE](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/LICENSE) for details.\n\n***\n\n##### 中文\n\n![SwiftUI-WeChat](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/logo.png?1212)\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://developer.apple.com/swift\"\u003e\u003cimg src=\"https://img.shields.io/badge/language-Swift%205.3-f48041.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://developer.apple.com/swiftui\"\u003e\u003cimg src=\"https://img.shields.io/badge/framework-SwiftUI-blue.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://developer.apple.com/ios\"\u003e\u003cimg src=\"https://img.shields.io/badge/platform-iOS%2014%2b-blue.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codebeat.co/projects/github-com-wxxsw-swiftui-wechat-master\"\u003e\u003cimg alt=\"codebeat badge\" src=\"https://codebeat.co/badges/5b74e3e1-8235-4730-b3e9-82373c921301\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/wxxsw/SwiftUI-WeChat/blob/master/LICENSE\"\u003e\u003cimg src=\"http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n- [项目概览](#overview)\n- [功能特性](#features)\n- [屏幕截图](#screenshots)\n- [项目依赖](#requirements)\n- [开源许可](#license)\n\n## 项目概览\n\n- 我将持续关注 `SwiftUI` 技术的发展，目标是将 `SwiftUI-WeChat` 更新至无限接近微信的体验。每个人都熟悉微信，因此当您想实现类似于微信的功能时，可以通过此项目了解实现思路，因此我相信这个项目会对大家有帮助。\n\n- 此项目计划维护到 `SwiftUI` 真正流行为止。如果您对实现有疑问，或者有更好的想法，请随时在 [issue](https://github.com/wxxsw/SwiftUI-WeChat/issues) 中与我交流，或者提交 PR。\n\n- 你的 ★ Star 是我最大的动力\n\n## 功能特性\n\n- [x] 全部基于 SwiftUI2（[SwiftUI1 版本传送门](https://github.com/wxxsw/SwiftUI-WeChat/tree/swiftui1)）。\n- [x] 底部导航切换时顶部导航更新，进入二级界面时底部导航隐藏。\n- [x] 朋友圈：多种宫格布局、可播放在线视频、状态栏导航栏随列表滚动变化。\n- [x] 完全支持夜间模式。\n- [x] 特殊处理、知识点中文注释\n\n## 屏幕截图\n\nLight Mode|Dark Mode\n---|---\n![HomeView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_home_light.png?0301)|![HomeView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_home_dark.png?0301)\n![ChatView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_chat_light.png?0517)|![ChatView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_chat_dark.png?0517)\n![ContactView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_contact_light.png?0301)|![ContactView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_contact_dark.png?0301)\n![DiscoverView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_discover_light.png?0301)|![DiscoverView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_discover_dark.png?0301)\n![MomentView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_moment_light.png?0204)|![MomentView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_moment_dark.png?0204)\n![MeView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_me_light.png?0301)|![MeView](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/Images/screenshot_me_dark.png?0301)\n\n## 项目依赖\n\n- iOS 14+\n- Xcode 12+\n- Swift 5.3+\n\n## 贡献者\n\n作者 [森仔](https://github.com/wxxsw)\n\nBanner 设计 [@aduqin](https://dribbble.com/aduqin)\n\n## 开源许可\n\nSwiftUI-WeChat is released under the MIT license. [See LICENSE](https://github.com/wxxsw/SwiftUI-WeChat/blob/master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwxxsw%2FSwiftUI-WeChat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwxxsw%2FSwiftUI-WeChat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwxxsw%2FSwiftUI-WeChat/lists"}