- 9 个你可能感兴趣的 ARKit 虚拟现实小项目
- AFBrushBoard:毛笔画板
- ALCameraViewController:简单的相机,A camera view controller with custom image picker and image cropping
- ARBrush:这个开源的资源库向你展示了如何用 AR 来绘图,Quick demo of 3d drawing in ARKit using metal + SceneKit. NOTE: This is experimental code!
- CardsAnimationDemo:卡片翻转动画
- DigitalKeyboard:简单的身份证数字键盘
- DouYuTVMutate:模仿斗鱼的部分简单页面, 部分使用RxSwift, MVVM
- ESTCollectionViewDropDownList:一个实现了 iOS 下拉标签列表视图的 Demo,创作灵感来自于虾米
- FFmpegAndKxmovieDemo:基于Kxmovie FFmpeg的视频播放demo
- FlappySwift:Flappy游戏
- HYBStarEvaluationView:一个简单的星级评价的工具
- iOS-10-Sampler:针对ios10新API的一些sample代码,Code examples for new APIs of iOS 10.
- iOS-11-by-Examples:开源项目的集合,全部都是用来展示 WWDC 所发布的新的 API 和技术的使用示例
- Plum-O-Meter:3D Touch 来称重,3D Touch Application for Weighing Plums (and other small fruit!)
- PasswordView:模仿支付宝的密码输入效果
- swift-2048
- swift3.0-XJDragerDemo:swift3.0完美侧滑
- SwiftEnlightenment:几个小的Swift应用Demo
- SwiftySwift:收集了各种 Swift 和 Cocoa 扩展类型和对象,便于使用
- SZChoosePictrue:拼图游戏demo,包括 图片裁剪,图片布局计算,fmdb的运用
- TextKitExamples:如何仅用 TextKit 显示复杂数学公式
- TodayMind:在通知中心管理提醒事项
- Tomate:圆盘式计时器
- ZEPageControl:一个类似于知乎小圆桌的页面
- zmusic:仿酷狗音乐UI框架和换肤
- TReaderBook:图文混排阅读器demo
- iOS ARKit 墙壁画
- 15DaysofAnimationsinSwift:动画Demo,A project to learn animations.
- FNPaperShredder:Swift实现的超酷的碎纸机动画
- LearnSwiftAnimation:Swift 动画小项目,
- MBMotion:动效Demo,正在慢慢丰富中…
- UIKitDynamics:UIKit Dynamics demo with 11 example 学习动力学动画的11个Demo
- Diamond:用 xcrun 来运行 Swift 脚本有很多限制。作者曲线救国,给脚本套了一层 Xcode 项目并把这个过程自动化,从而将 Xcode 项目的各种强大能力赋予 Swift 脚本。思路很有意思。
- reminders-cli:用命令行操作 Mac 上的提醒事项,算是个用Swift编写命令行工具的demo。A simple CLI for interacting with OS X reminders
- Swift-3D-Demo:不用着色器绘制 3D 对象最佳实践和演示,Shows how to draw a 3D object without using shaders
- 自学 iOS - 三十天三十个 Swift 项目
- Algorithm-Experiment:几款图形算法 ConvexHull(凸包),LCS(Longest Common Subsequence),Hamiltonian Cycle(汉密尔顿圈)等
- BentoMap:四叉树算法实现地图目标快速标记类库及演示,Map Clustering for Swift.
- MyKit:小的代码练习源码,实现一些小demo
- LearnSwift:一百天五十个 Swift 项目,比较简单,适合初学 Swift 的开发者
- OOD-Principles-In-Swift:基于 Bob 大叔 OOD 经典(S.O.L.I.D.)的实现示例,The Principles of OOD based on Uncle Bob articles.
- Precalc:数学方程图像绘制 Playground 演示(Line, Sine, Cosine),This repo contains some code which can graph equations in a UIView.
- SwiftAlgorithms:趣玩 Swift 算法,Leetcode题解
- SwiftPriorityQueue:优先队列Demo,A*算法
- Sprite-Kit-Collisions-Playground:使用 Spirit Kit 实现碰撞检测