下拉刷新

Here you can read past volumes of HelloGitHub Monthly by category. You are currently viewing the HelloGitHub Swift collection.

Star 1.2w
Vol.64
a day ago

Firefox 浏览器 iOS 源码

firefox-ios
Star 3.7k
Vol.73
a day ago

官方开源的 WordPress iOS 客户端

WordPress-iOS
Star 2.5k
Vol.86
a day ago

Rewritten Foundation Framework in Swift. The Foundation framework is the fundamental component (standard library) for macOS and iOS. This project represents Apple's source code for the rewritten Foundation in Swift, which is faster and more secure.

Star 3.2k
Vol.84
a day ago

Wikipedia's Official Open-Source iOS Client. Wikipedia is an online encyclopedia, and this is its iOS client which supports features such as searching for materials, viewing popular articles, saving articles, multilingual support, and night reading mode.

wikipedia-ios
5
vapor
Star 2.5w
Vol.71
a day ago

流行的 Swift 语言 Web 框架。核心框架基于非阻塞事件驱动库 SwiftNIO 构建,除此之外还提供了 ORM、模版引擎、用户身份验证等模块,可用来快速创建网站、接口等服务。中文文档

import Vapor let app = try Application(.detect()) defer { app.shutdown() } app.get("hello") { req in return "Hello, world." } try app.run()
vapor
Star 2.4w
Vol.9
a day ago

Kingfisher 是一个异步下载和缓存图片的库,你可以把它看做 SDWebImage 的纯 Swift 实现和替代。它可以帮助简单地实现像是用户头像或者 table view 里面的图片的下载和缓存这样的工作,以提高 app 速度和帮助开发者节省时间,作者的中文博客

Star 8.1k
Vol.75
a day ago

用于格式化 Swift 代码的工具。当多人合作开发项目的时候,一致的代码风格就变得至关重要。该项目可以自动统一 Swift 代码风格,支持多种编辑器和命令行方式调用,适用于 macOS 和 Linux,让 Swift 代码风格统一变得十分简单和方便。

# macOS $ brew install swiftformat # Linux $ mint install nicklockwood/SwiftFormat
SwiftFormat
Star 6.6k
Vol.80
a day ago

一款适用于 macOS 的轻量级纯文本编辑器。它免费、整洁、启动速度快,拥有看起来十分舒服的界面。

CotEditor
9
iina
Star 3.9w
Vol.24
2 days ago

Mac 下开源多媒体播放器,支持多国语言、高逼格 UI。安装:

brew cask install iina

iina
10
stats
Star 2.9w
Vol.55
2 days ago

macOS 菜单栏上的监控工具。支持 CPU、GPU、内存、网络等监控和多语言

stats