├── GBA4iOS └── README.md ├── GBA4iOSv2 ├── README.md └── img │ └── README.md ├── Provenance └── README.md ├── .github ├── Hi.swift ├── hi.m └── PULL_REQUEST_TEMPLATE ├── .travis.yml ├── archive.md ├── LICENSE └── README.md /GBA4iOS/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /GBA4iOSv2/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /GBA4iOSv2/img/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Provenance/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.github/Hi.swift: -------------------------------------------------------------------------------- 1 | print("Hello world") 2 | -------------------------------------------------------------------------------- /.github/hi.m: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @implementation Hello 4 | NSString *hi() { 5 | return @"Hello world"; 6 | } 7 | @end 8 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | rvm: 3 | - 2.2 4 | before_script: 5 | - gem install awesome_bot 6 | script: 7 | - awesome_bot README.md 8 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 1. [ ] One project per pull request 5 | 2. [ ] Insert the project in alphabetical order 6 | 3. [ ] Avoid iOS or open-source in description as it is assumed 7 | 4. [ ] Use this commit title format if applicable: Add app-name by @github-username 8 | 5. [ ] Use approved format for your entry (use 🔶 for Swift projects) 9 | 10 | 20 | -------------------------------------------------------------------------------- /archive.md: -------------------------------------------------------------------------------- 1 | # Open-Source iOS Apps Archive 2 | 3 | This is an archive of the [main list](https://github.com/dkhamsing/open-source-ios-apps) for projects that are no longer maintained / old. 4 | 5 | - https://github.com/omz/AppSales-Mobile 6 | - https://github.com/squallstar/bancha-ios-app 7 | - https://github.com/nothingmagical/cheddar-ios 8 | - https://github.com/EverestOpenSource/Everest-iOS 9 | - https://github.com/dennisreimann/ioctocat 10 | - https://github.com/lastfm/lastfm-iphone 11 | - https://github.com/coderyi/Mume ([fork](https://github.com/opensourceios/Mume)) 12 | - https://github.com/Imaginea/pancake-ios 13 | - https://code.google.com/p/metasyntactic/wiki/PocketFlix 14 | - https://github.com/ricburton/Repo 15 | - https://github.com/Haoest/SudokuResolv 16 | - https://github.com/FelixMLians/suning-shop-ios 17 | - https://github.com/applidium/Vim 18 | - https://github.com/tderouin/wikiHow-iPhone-Application/ 19 | 20 | ## Contact 21 | 22 | - [github.com/dkhamsing](https://github.com/dkhamsing) 23 | - [twitter.com/dkhamsing](https://twitter.com/dkhamsing) 24 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Open-Source iOS Apps 2 | 3 | Jump to 4 | 5 | - [Apple TV](#apple-tv) 6 | - [Apple Watch](#apple-watch) 7 | - [Browser](#browser) 8 | - [Communication](#communication) 9 | - [Conference](#conference) 10 | - [Content Blocking](#content-blocking) 11 | - [Developer](#developer) 12 | - [Finance](#finance) 13 | - [Games](#games) 14 | - [Health](#health) 15 | - [Keyboards](#keyboards) 16 | - [Location](#location) 17 | - [Media](#media) 18 | - [News](#news) 19 | - [Official](#official) 20 | - [Sample](#sample) 21 | - [Security](#security) 22 | - [Social](#social) 23 | - [Tasks](#tasks) 24 | - [Weather](#weather) 25 | - [Web](#web) 26 | - [Misc](#misc) 27 | - Special 28 | - [Core Data](#core-data) 29 | - [Ionic](#ionic) 30 | - [Parse](#parse) 31 | - [React Native](#react-native) 32 | - [Reactive Programming](#reactive-programming) 33 | - [Realm](#realm) 34 | - [VIPER](#viper) 35 | - [Xamarin](#xamarin) 36 | - [Bonus](#bonus) 37 | 38 | ``` 39 | 🔋 Currently Using: Click to see details 40 | 41 | 💎 Recommended: Click to see details 42 | 43 | 🔷 Tested: Click to see details 44 | 45 | 🔶 Swift projects 46 | 47 | Projects that are not in English have a flag 48 | 🇨🇳 Project is in Chinese 49 | 🇪🇸 Project is in Spanish, etc 50 | ``` 51 | 52 | ## Apple TV 53 | 54 | - [Artsy Shows](https://github.com/artsy/Emergence): Art shows on your TV 🔶 55 | - [EX Player][extvplayer]: Watch video from ex.ua on your TV 56 | - [Provenance][]: Frontend for multiple emulators, currently supporting Sega Genesis, SNES, NES, GB/GBC, & more 57 | - [UitzendingGemist](https://github.com/jeffkreeftmeijer/UitzendingGemist): Unofficial Apple TV app for Dutch Public Broadcasting video on demand service 🔶 58 | - [WWDCTV](https://github.com/azzoor/WWDCTV): Watch the WWDC Videos on your Apple TV 59 | 60 | ## Apple Watch 61 | 62 | - [BaiduFM-Swift](https://github.com/belm/BaiduFM-Swift) 🔶 63 | - Bither: Simple and secure Bitcoin wallet 64 | - https://github.com/bither/bither-ios ([extension](https://github.com/bither/bither-ios/tree/master/bither-ios%20WatchKit%20Extension)) 65 | - https://itunes.apple.com/app/bither/id899478936 66 | - Brew: Discover craft beer pubs nearby 🔶 67 | - https://github.com/contentful-labs/ContentfulWatchKitExample 68 | - https://itunes.apple.com/app/id986830433 69 | - Bus Today: Track bus line on your wrist 🇨🇳 70 | - https://github.com/JohnWong/bus-today 71 | - https://itunes.apple.com/app/jin-ri-gong-jiao-tong-zhi/id975022341 72 | - [Calculator](https://github.com/noodlewerk/Apple_Watch_Calculator) 🔶 73 | - [Calculator](https://github.com/mukeshthawani/Calculator) 🔶 74 | - [Cherry][]: Mini Pomodoro Timer app 🔶 75 | - [Connectivity Demo](https://github.com/swilliams/watchkit-connectivity-demo) 76 | - [CoolSpot](https://github.com/neonichu/CoolSpot): The missing Spotify app 🔶 77 | - Cortado: Track your caffeine consumption habits 78 | - https://github.com/lazerwalker/cortado 79 | - https://itunes.apple.com/app/cortado/id969899327 80 | - [Done][]: Demonstrate data sharing between a WatchKit app and its main app using Realm 🔶 81 | - [FlickrWatch](https://github.com/jazzychad/FlickrWatch): Apple Watch face using Flickr API 82 | - Gulps: Track your daily water consumption 🔶 83 | - https://github.com/FancyPixel/gulps 84 | - https://itunes.apple.com/app/gulps/id979057304 85 | - [heartrate](https://github.com/coolioxlr/watchOS-2-heartrate): Show streaming heartrate from the watch with watchOS 2 🔶 86 | - [HighStreet](https://github.com/GetHighstreet/HighstreetWatchApp): Highstreet shopping app 🔶 87 | - [HN Reader][]: Hacker News Reader 🔶 ([HN Reader on the App Store][]) 88 | - [Impulse](https://github.com/Jasdev/Impulse): Real-time age ticker for iOS and watchOS 🔶 89 | - [KTPomodoro][]: Mini Pomodoro Timer app 90 | - [Lister](https://developer.apple.com/library/ios/samplecode/Lister/Introduction/Intro.html): List app example by Apple 🔶 91 | - [OnTime](https://github.com/D-32/OnTime): Apple Watch app to access the SBB (Swiss railway) timetable 92 | - Parties for WWDC 93 | - https://github.com/genadyo/WWDC 94 | - https://itunes.apple.com/app/parties-for-wwdc/id879924066 95 | - PhoneBattery: Your phone's battery, on your wrist 96 | - https://github.com/marcelvoss/PhoneBattery 97 | - https://itunes.apple.com/app/phonebattery-your-phones-battery/id1009278300 98 | - [PhotoWatch](https://github.com/dropbox/PhotoWatch): Uses the SwiftyDropbox SDK 🔶 99 | - [Soon](https://github.com/sandofsky/soon): Countdown App 🔶 100 | - [WatchKit-Apps](https://github.com/kostiakoval/WatchKit-Apps): Tutorials app for WatchKit 🔶 101 | - [Watchman](https://github.com/DanielTomlinson/Watchman): A WatchOS2 Hangman Game 🔶 102 | - [WatchNotes](https://github.com/azamsharp/WatchNotes): Notes on your wrist 🔶 103 | - [watchOS-2-Sampler](https://github.com/shu223/watchOS-2-Sampler): Code examples for new features of watchOS 2 🔶 104 | - [WatchPics](https://github.com/D-32/WatchPics): Instagram app 105 | - [WatchSnake](https://github.com/davidcairns/-WatchSnake): Game of Snake 🔶 106 | - [WatchStocks](https://github.com/G2Jose/WatchStocks): Track your stocks portfolio, also includes a watch face complication 🔶 107 | - [Wunderschnell](https://github.com/contentful-labs/Wunderschnell): Order the right product with one tap on your wrist 🔶 108 | 109 | ## Browser 110 | 111 | - [Brave](https://github.com/brave/browser-ios): [Firefox][]-based browser with ad blocking built in (also blocks tracking pixels/cookies) 🔶 112 | - Endless Browser: Web browser built with privacy and security in mind 113 | - https://github.com/jcs/endless 114 | - https://itunes.apple.com/app/endless-browser/id974745755 115 | - [Firefox][]: Official Firefox app 🔶 ([Firefox on the App Store][]) 116 | - Frameless: A full-screen web browser 🔶 117 | - https://github.com/stakes/Frameless 118 | - https://itunes.apple.com/app/id933580264 119 | 120 | ## Communication 121 | 122 | - Actor: Communication app with a focus on speed and security 123 | - https://github.com/actorapp/actor-platform 124 | - https://itunes.apple.com/app/actor-messenger/id1025501036 125 | - [BLEMeshChat](https://github.com/chrisballinger/BLEMeshChat): Bluetooth LE mesh chat 126 | - [Chats](https://github.com/acani/Chats): Messages app 🔶u 127 | - ChatSecure: Encrypted chat app that supports OTR encryption over XMPP 128 | - https://github.com/ChatSecure/ChatSecure-iOS 129 | - https://itunes.apple.com/app/chatsecure-encrypted-messenger/id464200063 130 | - [Colloquy](https://github.com/colloquy/colloquy): IRC client 131 | - IRCCloud: An IRC client/service 132 | - https://github.com/irccloud/ios 133 | - https://itunes.apple.com/app/irccloud/id672699103 134 | - M: Email with device-to-device encryption for messages sent between M users 135 | - https://github.com/Mynigma/M 136 | - https://itunes.apple.com/app/m-safe-email-made-simple/id818498595 137 | - [Mumble](https://github.com/mumble-voip/mumble-iphoneos): Gaming-focused social voice chat utility 138 | - [Rocket.Chat](https://github.com/RocketChat/Rocket.Chat.iOS): Meteor chat platform app 🔶 139 | - Signal: Free, world-wide, private messaging and phone calls for iPhone 140 | - https://github.com/WhisperSystems/Signal-iOS 141 | - https://itunes.apple.com/app/id874139669 142 | - surespot: Secures all messages using end-to-end encryption 143 | - https://github.com/surespot/surespot-ios 144 | - https://itunes.apple.com/app/surespot/id790314865 145 | - Telegram: Messaging app with a focus on speed and security 146 | - https://github.com/peter-iakovlev/Telegram 147 | - https://itunes.apple.com/app/telegram-messenger/id686449807 148 | 149 | ## Conference 150 | 151 | - [EventBlankApp](https://github.com/icanzilb/EventBlankApp): App for events or conferences 🔶 152 | - [NortalTechDay][]: Nortal TechDay 2015 app 153 | - [ParseDeveloperDay][]: Parse 2013 developer conference app 154 | - [RWDevCon](https://github.com/raywenderlich/RWDevCon-App): RWDevCon app 🔶 155 | - [trySwiftApp](https://github.com/tryswift/trySwiftApp): try! Swift conference app 🔶 156 | - [Valio](https://github.com/soffes/valio): Valio Con 2014 schedule 🔶 157 | 158 | ## Content Blocking 159 | 160 | - Adblock Fast 161 | - https://github.com/rocketshipapps/adblockfast 162 | - https://itunes.apple.com/app/adblock-fast/id1032930802 163 | - Adblock Plus 164 | - https://github.com/adblockplus/adblockplussafariios 165 | - https://itunes.apple.com/app/adblock-plus-abp/id1028871868 166 | - [BlockParty](https://github.com/krishkumar/BlockParty): Content blocker for iOS and OS X 167 | - [Focus](https://github.com/mozilla/focus): Content blocker by Firefox 🔶 168 | 169 | ## Developer 170 | 171 | - [Bequest](https://github.com/splinesoft/Bequest): Create and replay HTTP/S requests 🔶 172 | - [CodeViewEditor-iOS](https://github.com/PunchThrough/CodeViewEditor-iOS): Code editor for iPhone and iPad 173 | - Codinator: Code editor for iPhone and iPad 174 | - https://github.com/VWAS/codinator 175 | - https://itunes.apple.com/app/codinator/id1024671232 176 | - Charter: A Swift mailing list client for iPhone and iPad 🔶 177 | - https://github.com/matthewpalmer/Charter 178 | - https://itunes.apple.com/app/charter-mailing-list-client/id1082212697 179 | - CI2Go: An unofficial CircleCI Client 🔶 180 | - https://github.com/ngs/ci2go 181 | - https://itunes.apple.com/app/ci2go-the-circleci-client/id940028427 182 | - Monkey: GitHub third party client that shows the rank of coders and repositories 183 | - https://github.com/coderyi/Monkey 184 | - https://itunes.apple.com/app/monkey-for-github/id1003765407 185 | - [MrCode](https://github.com/haolloyin/MrCode): GitHub iPhone app that can cache Markdown content 🇨🇳 186 | - OctoPodium: List user rankings based on GitHub repository star count 🔶 187 | - https://github.com/nunogoncalves/iOS-OctoPodium 188 | - https://itunes.apple.com/app/octopodium/id1077519133 189 | - [Review Time](https://github.com/nthegedus/ReviewTime): Shows average review times for iOS and Mac apps 🔶 190 | - [wat](https://github.com/pj4533/wat): Very simple packet sniffer in Swift 🔶 191 | - [ZSSRichTextEditor](https://github.com/nnhubbard/ZSSRichTextEditor): Rich Text WYSIWYG Editor for iOS with syntax source view 192 | 193 | ## Finance 194 | 195 | - BitStore: Bitcoin wallet 196 | - https://github.com/BitStore/BitStore-iOS 197 | - https://itunes.apple.com/app/bitstore/id890668158 198 | - breadwallet: Bitcoin wallet 199 | - https://github.com/breadwallet/breadwallet 200 | - https://itunes.apple.com/app/breadwallet/id885251393 201 | - Buck Tracker: Expense tracker 🔶 202 | - https://github.com/hkalexling/Buck_Tracker 203 | - https://itunes.apple.com/app/ibudgeter/id1048395728 204 | - [Coins](https://github.com/nothingmagical/coins): Bitcoin value tracker 🔶 205 | - Concurrency: Beautiful, intuitive currency converter 206 | - https://github.com/nicklockwood/Concurrency 207 | - https://itunes.apple.com/app/concurrency/id738872892 208 | - doughwallet: Dogecoin wallet 209 | - https://github.com/peritus/doughwallet 210 | - https://itunes.apple.com/app/doughwallet/id951731776 211 | - Savings Assistant: Expense tracker 🔶 212 | - https://github.com/chrisamanse/savings-assistant 213 | - https://itunes.apple.com/app/savings-assistant/id1022760996 214 | - TodayStocks: Lightweight stocks app that shows your portfolio in a minimalist today extension 215 | - https://github.com/premnirmal/TodayStocks 216 | - https://itunes.apple.com/app/todaystocks/id993467855 217 | 218 | ## Games 219 | 220 | - [翻翻看](https://github.com/geek5nan/FanFanSwift): Concentration game 🇨🇳 🔶 221 | - [2048](https://github.com/austinzheng/iOS-2048): 2048 game in Objective-C 222 | - [2048](https://github.com/austinzheng/swift-2048): 2048 game in Swift 🔶 223 | - Bridges: A puzzle game with bridges, houses, tolls, and subways 224 | - https://github.com/zgrossbart/bridges 225 | - https://itunes.apple.com/app/seven-bridges/id586598714 226 | - Canabalt: Infinite runner 227 | - https://github.com/ericjohnson/canabalt-ios 228 | - https://itunes.apple.com/app/canabalt/id333180061 229 | - [CardsAgainst](https://github.com/jpsim/CardsAgainst): Cards Against Humanity app 🔶 230 | - [Chess](https://github.com/mjcuva/Chess): iOS Chess game to learn SpriteKit 🔶 231 | - [CodeCombat](https://github.com/codecombat/codecombat-ios): Multiplayer programming game for learning how to code 232 | - Chuck: Throw a ball and catch it. Over and over and over. 233 | - https://github.com/moowahaha/Chuck 234 | - https://itunes.apple.com/app/chuck/id1050453297 235 | - [DeltaEmu](https://bitbucket.org/rileytestut/gba4ios/): Unknown emulator for iOS announced by Riley Testut [@rileytestut](https://twitter.com/rileytestut) in his [GBA4iOS Celebrating 2 Years](https://youtu.be/vOSvWpXydu0) video right [at the end](https://youtu.be/vOSvWpXydu0?t=1m2s) 236 | - https://github.com/rileytestut/deltaemu 237 | - https://bitbucket.org/rileytestut/deltaemu/ 238 | - http://www.deltaemu.com/ 239 | - DOOM: Doom Classic for iOS 240 | - https://github.com/id-Software/DOOM-iOS 241 | - https://itunes.apple.com/app/doom-classic/id336347946 242 | - DOOM-IOS2: Doom Classic for iOS version 2 243 | - https://github.com/id-Software/DOOM-IOS2 244 | - https://itunes.apple.com/app/doom-ii-rpg/id354051766 245 | - [Dungeon Crawl](https://github.com/CliffsDover/crawl/tree/iOS_Release): A game of dungeon exploration, combat and magic, involving characters of diverse skills 246 | - [FlappySwift](https://github.com/fullstackio/FlappySwift): Swift implementation of Flappy Bird 🔶 247 | - [Game Of Life](https://github.com/yonbergman/swift-gameoflife): Conway's Game of Life 🔶 248 | - [GBA4iOS](https://bitbucket.org/rileytestut/gba4ios/): Gameboy, Gameboy Color & Gameboy Advance emulator for iOS.🔷[💎](/GBA4iOS) 249 | - GBA4iOSv2: Gameboy, Gameboy Color & Gameboy Advance emulator for iOS with controller support, custom skins, uri schemes, and second screen airplay. 🔷[💎](/GBA4iOSv2)🔋 250 | - https://github.com/rileytestut/GBA4iOS-2.0-Beta 251 | - http://www.gba4iosapp.com/download/ 252 | - [Gorillas](https://github.com/Lyndir/Gorillas): An iPhone (or iPod touch) port of the popular old QBasic game with spunk! 253 | - [GrubbyWorm](https://github.com/gamechina/GrubbyWorm): A simple digital worm game made with iOS 9, SpriteKit, GameplayKit and ReplayKit, written in Swift 2 🔶 254 | - [littlego](https://github.com/herzbube/littlego): Play the game of Go on the iPhone or iPad 255 | - MUDRammer: MUD Client for iPhone and iPad 256 | - https://github.com/splinesoft/MUDRammer 257 | - https://itunes.apple.com/app/mudrammer-a-modern-mud-client/id597157072 258 | - Mission999 259 | - https://github.com/whunmr/Mission999 260 | - https://itunes.apple.com/app/mission-999/id1036686316 261 | - [Orbit7](https://github.com/Mav3r1ck/Orbit7): iOS Game created in SpriteKit 🔶 262 | - [Provenance][]: Frontend for multiple emulators, currently supporting Sega Genesis, SNES, NES, GB/GBC, & more 🔷[💎](/Provenance)🔋 263 | - Sakura Fly: Action game created in SpriteKit 264 | - https://github.com/l800891/Sakura-Fly 265 | - https://itunes.apple.com/app/sakura-fly/id1019023051 266 | - [SceneKitFrogger](https://github.com/devindazzle/SceneKitFrogger) 🔶 267 | - Spare Parts: Simple 2D point and line physics using Verlet integration 268 | - https://github.com/adamwulf/spare-parts-app 269 | - https://itunes.apple.com/app/spare-parts/id981297199 270 | - [Stick-Hero-Swift](https://github.com/phpmaple/Stick-Hero-Swift): Universal iOS Game using Swift and iOS SpriteKit 🔶 271 | - Wolfenstein 3D: Wolfenstein 3D for iOS 272 | - https://github.com/id-Software/Wolf3D-iOS 273 | - https://itunes.apple.com/app/wolfenstein-3d-classic-platinum/id309470478 274 | 275 | ## Health 276 | 277 | - [Arex](https://github.com/a2/arex-7): App for remembering to take your medications 🔶 278 | - AsthmaHealth: ResearchKit app studying Asthma 279 | - https://github.com/ResearchKit/AsthmaHealth 280 | - https://itunes.apple.com/app/asthma-health-by-mount-sinai/id972625668 281 | - Depressed: Test if you are depressed 🔶 282 | - https://github.com/DerLobi/Depressed 283 | - https://itunes.apple.com/app/depressed/id1062594092 284 | - GlucoSuccess: ResearchKit app studying Diabetes 285 | - https://github.com/ResearchKit/GlucoSuccess 286 | - https://itunes.apple.com/app/glucosuccess/id972143976 287 | - [HealthKit~Swift](https://github.com/Darktt/HealthKit-Swift): Sample app for Apple HealthKit 🔶 288 | - [Jim][]: Track your gym workouts 🔶 289 | - LogU: A Strength Logger is a simple logging application for strength athletes.🔶 290 | - https://github.com/brettalcox/logU-swift 291 | - https://itunes.apple.com/us/app/logu-a-strength-logger/id1084487510?mt=8 292 | - mPower: ResearchKit app studying Parkinson's disease 293 | - https://github.com/ResearchKit/mPower 294 | - https://itunes.apple.com/app/parkinson-mpower-study-app/id972191200 295 | - MyHeartCounts: Personalized tool that can help you measure daily activity, fitness, and cardiovascular risk 296 | - https://github.com/ResearchKit/MyHeartCounts 297 | - https://itunes.apple.com/app/id972189947 298 | - Share The Journey: ResearchKit app studying Breast Cancer 299 | - https://github.com/ResearchKit/ShareTheJourney 300 | - https://itunes.apple.com/app/share-the-journey/id972180604 301 | - Speak: AAC & Speech Therapy 302 | - https://github.com/raynesio/speakability 303 | - https://itunes.apple.com/app/speakability/id784509467 304 | 305 | ## Keyboards 306 | 307 | - AA-Keyboard: ASCI Art Keyboard 308 | - https://github.com/sonsongithub/AAKeyboard 309 | - https://itunes.apple.com/app/aa-keyboard/id964182815 310 | - ClickWheelKeyboard: Brings back the classic iPod click wheel as a keyboard for iOS 8 311 | - https://github.com/b3ll/ClickWheelKeyboard 312 | - https://itunes.apple.com/app/click-wheel-keyboard/id993111285 313 | - [Hodor](https://github.com/jonomuller/Hodor-Keyboard): Fun Hodor keyboard 🔶 314 | - [NaughtyKeyboard](https://github.com/Palleas/NaughtyKeyboard): Keyboard that supports The Big List of Naughty Strings 🔶 315 | - [Slidden](https://github.com/Brimizer/Slidden): An open source, customizable, iOS keyboard 316 | 317 | ## Location 318 | 319 | - [Alarm](https://github.com/ChrisChares/swift-alarm): Geolocation based alarm app for travelers 🔶 320 | - [Doppio](https://github.com/chroman/Doppio): Finds the nearest Starbucks 321 | - EatNow: Get recommendations for nearby restaurants. 322 | - https://github.com/callzhang/Eat-Now 323 | - https://itunes.apple.com/app/eat-now-instant-personalized/id946591471 324 | - [GeoTappy](https://github.com/GeoTappy/GeoTappy-iOS): Share your location 325 | - [HopperBus](https://github.com/TosinAF/HopperBus-iOS): Timetable for the University of Nottingham Hopper Bus 🔶 326 | - [iBeaconTasks][]: iBeacon TODO reminder app based on Parse 327 | - Locative: Helping you to get the best out of your automated home, geofencing, iBeacons at your hand 328 | - https://github.com/LocativeHQ/ios-app 329 | - https://itunes.apple.com/app/locative/id725198453 330 | - [Moves](https://github.com/neonichu/Places): Visualize which places you spent the most time at 331 | - OneBusAway: Real-time arrival & schedule information for public transit in Seattle, Atlanta, Tampa, and more 332 | - https://github.com/OneBusAway/onebusaway-iphone 333 | - https://itunes.apple.com/app/onebusaway/id329380089 334 | - [OwnTracks](https://github.com/owntracks/ios): Keep track of your own location, you can build your private location diary or share it with your family and friends. 335 | - [pathlogger](https://github.com/eugenpirogoff/pathlogger): GPS logging application for iOS written in Swift 🔶 336 | - [PebCiti](https://github.com/joemasilotti/PebCiti): Pebble app to show nearest CitiBike NYC dock 337 | - [Startups - Mapped In Israel](https://github.com/sugarso/MappedInIsrael): Discover new startups and locate co-working spaces 338 | - [Swift-Walk-Tracker](https://github.com/kevinvanderlugt/Swift-Walk-Tracker): An open source walk tracking iOS App 🔶 339 | - [Smart Traveller (UberGuide)](https://github.com/hACKbUSTER/UberGuide-iOS): Simple and comfortable way to explore a city using Uber API 340 | - VisitBCN: City guide for Barcelona 341 | - https://github.com/maurovc/visitBCN 342 | - https://itunes.apple.com/app/visitbcn/id904676442 343 | 344 | ## Media 345 | 346 | *Image, video, audio, reading* 347 | 348 | - 360 VR Player: Universal 360° video player 349 | - https://github.com/hanton/HTY360Player 350 | - https://itunes.apple.com/hk/app/360-vr-player/id1061464612?mt=8 351 | - [Analog Synth X](http://matthewfecher.com/app-developement/swift-synth/): Analog Synthesizer Keyboard Music App, created w/ Swift 2 🔶 ([code](https://github.com/audiokit/AudioKit/tree/master/Examples/iOS/AnalogSynthX)) 352 | - Artsy: The Art World in Your Pocket 353 | - https://github.com/artsy/eigen 354 | - https://itunes.apple.com/app/artsy-art-world-in-your-pocket/id703796080 355 | - Artsy Folio: Artwork showcase 356 | - https://github.com/artsy/energy 357 | - https://itunes.apple.com/app/artsy-folio/id504862164 358 | - [CollageMaker](https://github.com/Azoft/CollageMaker-iOS): Import photos from an Instagram user and make a collage 359 | - ColorBlur: Add blur to your photos 360 | - https://github.com/maurovc/ColorBlur 361 | - https://itunes.apple.com/app/id928863510 362 | - ComicFlow: Comic reader for iPad 363 | - https://github.com/swisspol/ComicFlow 364 | - https://itunes.apple.com/app/comicflow/id409290355 365 | - [DoubanFM](https://github.com/XVXVXXX/DoubanFM): douban.fm client for iPhone, using AFN and MPMoviePlayer 🇨🇳 366 | - Dunk: Dribbble client 🔶 367 | - https://github.com/naoyashiga/Dunk 368 | - https://itunes.apple.com/app/dunk-for-dribbble/id1003028105 369 | - Eleven: Eleven Player is a simple powerful video player, uses ffmpeg 370 | - https://github.com/coderyi/Eleven 371 | - https://itunes.apple.com/app/elevenplayer/id1033773648 372 | - [EX Player][extvplayer]: Watch video from ex.ua on iOS device 373 | - [Filterpedia](https://github.com/FlexMonkey/Filterpedia): Core Image Filter explorer 🔶 374 | - [Flickr-Search](https://github.com/alikaragoz/Flickr-Search/): Simple app which consumes the Flickr Search API 375 | - [FreeStreamer](https://github.com/muhku/FreeStreamer): A low-memory footprint streaming audio player 376 | - KonaBot: unofficial client for konachan.net 🔶 377 | - https://github.com/hkalexling/KonaBot-iOS 378 | - https://itunes.apple.com/app/konabot/id1055716649 379 | - Longboxed: Track the releases of your favorite comics. 380 | - https://github.com/jayhickey/Longboxed-iOS 381 | - https://itunes.apple.com/app/longboxed-comic-tracker/id965045339 382 | - [Megabite](https://github.com/AaronRandall/Megabite): Turn a photo of your food into a face 383 | - [movies](https://github.com/KMindeguia/movies): Movie info app 384 | - OCiney: Movie info app 385 | - https://github.com/florent37/OCiney-iOS 386 | - https://itunes.apple.com/app/id955480687 387 | - [OpenPics](https://github.com/pj4533/OpenPics): View historical images from multiple remote sources 388 | - Open Source Selfie Stick: Sync two iOS devices and use one as a remote control for the other's camera! 389 | - https://github.com/RF-Nelson/open-source-selfie-stick 390 | - https://itunes.apple.com/app/id1084487132 391 | - [PhotoBrowser](https://github.com/MoZhouqi/PhotoBrowser): A simple iOS Instagram photo browser 🔶 392 | - Poppins: House all your favorite GIFs and easily share them with your friends and family 🔶 393 | - https://github.com/thoughtbot/poppins 394 | - https://itunes.apple.com/app/poppins/id978854068 395 | - PhishOD: Listen to any song from Phish.in and view concert ratings and reviews from phish.net 396 | - https://github.com/alecgorge/PhishOD-iOS 397 | - https://itunes.apple.com/app/phish-on-demand-all-phish/id672139018 398 | - [PopcornTime](https://github.com/danylokostyshyn/popcorntime-ios): PopcornTime movie app 🔶 399 | - [prankPro](https://github.com/huijimuhe/prankPro): Record a 6 second video while playing prank sounds 400 | - [Pugs](https://github.com/soffes/Pugs): Simple pug photo viewer 🔶 401 | - [Revolved](https://github.com/Ciechan/Revolved): 3D modelling app for the iPad 402 | - [Swift ASCII Art Generator](https://github.com/ijoshsmith/swift-ascii-art) 🔶 403 | - [Swifteroid](https://github.com/eugenpirogoff/swifteroid): A manual HDR exposure camera app written in Swift 🔶 404 | - [SwiftFlickrApp](https://github.com/synboo/SwiftFlickrApp): Flickr popular photo viewer 🔶 405 | - [Swift Radio Pro](https://github.com/swiftcodex/Swift-Radio-Pro): Professional Radio Station App, created w/ Swift 2.0 🔶 406 | - [SwiftSpace](https://github.com/FlexMonkey/SwiftSpace): CoreMotion Controlled Drawing in 3D Space 🔶 407 | - That Movie With: Find common movies among actors 408 | - https://github.com/jayhickey/thatmoviewith 409 | - https://itunes.apple.com/app/that-movie-with/id892972135 410 | - Textbook: textbooks from People's Education Press in China 🔶 🇨🇳 411 | - https://github.com/JohnWong/textbook 412 | - https://itunes.apple.com/app/ke-ben/id993244460 413 | - Upupu: Simple camera app that can backup pictures on a WebDAV server or Dropbox 414 | - https://github.com/xcoo/upupu 415 | - https://itunes.apple.com/app/upupu/id508401854 416 | - [VLC][]: Media Player ([VLC on the App Store][], [VLC videolan.org][]) 417 | - [VoiceMemos](https://github.com/MoZhouqi/VoiceMemos): Universal audio recorder app 🔶 418 | - xkcd: iPhone app 419 | - https://github.com/paulrehkugler/xkcd 420 | - https://itunes.apple.com/app/xkcd/id303688284 421 | - xkcd Open Source: An xkcd Comic Reader 422 | - https://github.com/mamaral/xkcd-Open-Source 423 | - https://itunes.apple.com/app/xkcd-open-source/id995811425 424 | 425 | ## News 426 | 427 | - Designer News App 🔶 428 | - https://github.com/MengTo/DesignerNewsApp 429 | - https://itunes.apple.com/app/designer-news-app/id879990495 430 | - Feeds4U: Well architected RSS reader 🔶 431 | - https://github.com/EvgenyKarkan/Feeds4U 432 | - https://itunes.apple.com/app/feeds4u/id1038456442 433 | - GrinnellEvents: Grinnell Events gathers all events on campus, and lists them so you can see what's happening 434 | - https://github.com/kvnbautista/Grinnell-Events-iOS 435 | - https://itunes.apple.com/app/grinnell-events/id924312300 436 | - [NirZhihuDaily2.0](https://github.com/zpz1237/NirZhihuDaily2.0) 🇨🇳 437 | - [Reddit](https://github.com/amitburst/reddit-demo): Reddit news app 🔶 438 | - RSSRead: A RSS reader with offline feature 🇨🇳 439 | - https://github.com/ming1016/RSSRead 440 | - https://itunes.apple.com/app/yi-yue-rss-li-xian-xin-wen-yue-du/id850246364 441 | - [TabDump](https://github.com/dkhamsing/TabDump): TabDump news app 442 | - The Oakland Post: App for student-run newspaper at Oakland University in Rochester, Michigan 🔶 443 | - https://github.com/aclissold/the-oakland-post 444 | - https://itunes.apple.com/app/oakland-post/id931152313 445 | - v2ex: An iOS client for the technical and creative website v2ex.com 🇨🇳 446 | - https://github.com/singro/v2ex 447 | - https://itunes.apple.com/app/v2ex-chuang-yi-gong-zuo-zhe/id898181535 448 | 449 | ### Hacker News 450 | 451 | - Hacker News Client: Firebase API-Based iOS Reader (Firebase) 452 | - https://github.com/bonzoq/hniosreader 453 | - https://itunes.apple.com/app/hacker-news-client/id939454231 454 | - HackerNews (Y): Built using pure Objective-C with official HN API (uses Firebase and Fabric) 455 | - https://github.com/vetri02/HackerNews 456 | - https://itunes.apple.com/app/hacker-news-y/id1027140113 457 | - [HackerNews](https://github.com/amitburst/HackerNews) 🔶 458 | - [Hackers](https://github.com/weiran/Hackers) 🔶 459 | - HN-App 🔶 460 | - https://github.com/NikantVohra/HackerNewsClient-iOS 461 | - https://itunes.apple.com/app/hn-app/id983203003 462 | - [HN Reader][]: Hacker News Reader 🔶 ([HN Reader on the App Store][]) 463 | - News/YC: Hacker News client with user management, commenting, submitting and themes 🔶 464 | - https://github.com/bennyguitar/News-YC---iPhone 465 | - https://itunes.apple.com/app/news-yc/id592893508 466 | - news:yc 467 | - https://github.com/Xuzz/newsyc 468 | - https://itunes.apple.com/app/news-yc/id434787119 469 | - Simple Reader 470 | - https://github.com/rnystrom/HackerNewsReader 471 | - https://itunes.apple.com/app/simple-reader-free-open-source/id1000995253 472 | 473 | ## Official 474 | 475 | - Coding: Official Coding app 476 | - https://github.com/Coding/Coding-iOS 477 | - https://itunes.apple.com/app/coding/id923676989 478 | - DuckDuckGo: Official DuckDuckGo app 479 | - https://github.com/duckduckgo/ios/ 480 | - https://itunes.apple.com/app/duckduckgo-search-stories/id663592361 481 | - [Firefox][]: Official Firefox app 🔶 ([Firefox on the App Store][]) 482 | - [VLC][]: Official VLC app ([VLC on the App Store][], [VLC videolan.org][]) 483 | - WhiteHouse: Official White House app 484 | - https://github.com/WhiteHouse/wh-app-ios 485 | - https://itunes.apple.com/app/the-white-house/id350190807 486 | - Wikipedia: Official Wikipedia app 487 | - https://github.com/wikimedia/wikipedia-ios 488 | - https://itunes.apple.com/app/wikipedia-mobile/id324715238 489 | - WordPress: Official WordPress app 490 | - https://github.com/wordpress-mobile/WordPress-iOS 491 | - https://itunes.apple.com/app/wordpress/id335703880 492 | 493 | ## Sample 494 | 495 | - Cannonball: Fun way to create and share stories and poems using Fabric 🔶 496 | - https://github.com/twitterdev/cannonball-ios 497 | - https://itunes.apple.com/app/cannonball-magnetic-poetry/id929750075 498 | - Code by Apple 499 | - [Developer Library](https://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Sample%20Code), [GitHub Mirror](https://github.com/robovm/apple-ios-samples) 500 | - [WWDC 2015](https://developer.apple.com/sample-code/wwdc/2015/) 501 | - [CloudKit](https://github.com/Yalantis/CloudKit-Demo.Objective-C) 502 | - [CloudKit](https://github.com/Yalantis/CloudKit-Demo.Swift) :large_orange_diamond: 503 | - [Federal Data SDK](https://github.com/USDepartmentofLabor/Swift-Sample-App) 🔶 504 | - [Furni](https://github.com/twitterdev/furni-ios): Furniture store demo app using Fabric 🔶 505 | - [HomeKit-Demo](https://github.com/KhaosT/HomeKit-Demo) 🔶 506 | - [iOS 7 Sampler](https://github.com/shu223/iOS7-Sampler): Code examples for the new functions in iOS 7 507 | - [iOS 8 Sampler](https://github.com/shu223/iOS8-Sampler): Code examples for the new functions in iOS 8 508 | - [iOS 9 Sampler](https://github.com/shu223/iOS-9-Sampler): Code examples for the new functions in iOS 9 🔶 509 | - [KnockToReact](https://github.com/MatheusCavalca/KnockToReact): Interact with users just by receiving and recognizing "knocks" in the device 510 | - [Layer-Parse](https://github.com/kwkhaw/Layer-Parse-iOS-Swift-Example): This is a Swift sample app that integrates Layer and Atlas with Parse 🔶 511 | - LayerPlayer: Explore the capabilities of Apple's Core Animation API 🔶 512 | - https://github.com/scotteg/LayerPlayer 513 | - https://itunes.apple.com/app/layer-player/id949768742 514 | - [LVMC](https://github.com/falkolab/LVMC-Demo-Alloy-App): Multicolumn ListView helper library for Titanium 515 | - [Polls](https://github.com/apiaryio/polls-app): iOS Client for Polls API by Apiary 🔶 516 | - [Pulsator](https://github.com/shu223/Pulsator): Pulse animation example for iOS 🔶 517 | - [RKGist](https://github.com/RestKit/RKGist): GitHub Gist app using RestKit 518 | - [Starship](https://github.com/kylef/Starship): A generic API client application for iOS using Hyperdrive 🔶 519 | - [StateRestorationDemo](https://github.com/shagedorn/StateRestorationDemo): App to demonstrate state preservation and restoration APIs 🔶 520 | - [WatchOS-2 Sampler](https://github.com/shu223/watchOS-2-Sampler): Code examples for the new functions in WatchOS-2 🔶 521 | 522 | ## Security 523 | 524 | - FreeOTP Two-Factor Authentication 525 | - https://fedorahosted.org/freeotp/browser/ios 526 | - https://itunes.apple.com/app/freeotp/id872559395 527 | - MasterPassword: Stateless password management solution 528 | - https://github.com/Lyndir/MasterPassword 529 | - https://itunes.apple.com/app/id510296984 530 | - MiniKeePass: Secure Password Manager 531 | - https://github.com/MiniKeePass/MiniKeePass 532 | - https://itunes.apple.com/app/id451661808 533 | - SkeletonKey: iPhone password manager with Dropbox 534 | - https://github.com/chrishulbert/SkeletonKey 535 | - https://itunes.apple.com/app/skeleton-key-password-manager/id513648119 536 | - [ZeroStore](https://github.com/kylebshr/zerostore-ios): password storage without the storage 537 | 538 | ## Social 539 | 540 | - Aozora: Discover and track anime 🔶 541 | - https://github.com/pjchavarria/Aozora 542 | - https://itunes.apple.com/app/aozora-anime-community-track/id1017433045 543 | - Peggsite: App for sharing a social board 544 | - https://github.com/jenduf/GenericSocialApp 545 | - https://itunes.apple.com/app/peggsite/id938445951 546 | - Yep: Discover talent and build something together 🔶 547 | - https://github.com/CatchChat/Yep 548 | - https://itunes.apple.com/app/yep-meet-genius/id983891256 549 | 550 | ## Tasks 551 | 552 | - [CloudKit-To-Do-List](https://github.com/anthonygeranio/CloudKit-To-Do-List): Store & retrieve tasks using CloudKit 🔶 553 | - [RealmToDo][]: A small todo list with Realm integration 🔶 554 | - Task: Designed to quickly and easily add tasks to your iPhone 🔶 555 | - https://github.com/mbcrump/TasksForSwiftWithPersistingData 556 | - https://itunes.apple.com/app/task-application/id960435759 557 | - [Todo](https://github.com/JakeLin/Todo): A todo list app written in Swift 🔶 558 | - Todo.txt: If you have a file called todo.txt on your computer right now, you're in the right place 559 | - https://github.com/ginatrapani/todo.txt-ios 560 | - https://itunes.apple.com/app/todo.txt-touch/id491342186 561 | - Tinylog: A minimal iPhone/iPad TODO app 🔶 562 | - https://github.com/binarylevel/Tinylog-iOS 563 | - https://itunes.apple.com/app/tinylog/id799267191 564 | 565 | ## Weather 566 | 567 | - [Lucid Weather Clock](https://github.com/wrutkowski/Lucid-Weather-Clock): Swift precipitation clock - uses Forecast.io 🔶 568 | - [Pocket Forecast](https://github.com/appsquickly/Typhoon-Swift-Example): Swift weather application for Typhoon 🔶 569 | - [RainMan](https://github.com/Mav3r1ck/Project-RainMan): Uses Forecast.io 🔶 570 | - [Sol](https://github.com/comyarzaheri/Sol): Uses Weather Underground 571 | - [SmileWeather](https://github.com/liu044100/SmileWeather): Uses Weather Underground & OpenWeatherMap 572 | - [SwiftWeather](https://github.com/JakeLin/SwiftWeather) 🔶 573 | - [Tropos][]: A weather app using ReactiveCocoa and Forecast.io ([Tropos on the App Store][]) 574 | - [WeatherApp][]: Weather app using React Native 575 | - WeatherMap: Weather around you in a glance, uses OpenWeatherMap 🔶 576 | - https://github.com/TakefiveInteractive/WeatherMap 577 | - https://itunes.apple.com/app/weather-map-take-five-interactive/id990141529 578 | - YoCelsius 579 | - https://github.com/YouXianMing/YoCelsius 580 | - https://itunes.apple.com/app/yocelsius/id967721892 581 | 582 | ## Web 583 | 584 | - PHPHub: Universal app for PHPHub Forum 🇨🇳 585 | - https://github.com/Aufree/phphub-ios 586 | - https://itunes.apple.com/app/phphub-ji-ji-xiang-shang-php/id1052966564 587 | - ProMonster: Store 🇧🇷 588 | - https://github.com/usemobile/promonster-ios 589 | - https://itunes.apple.com/app/promonster/id919649318 590 | - QiitaCollection: Technical knowledge sharing and collaboration platform 🇯🇵 591 | - https://github.com/anzfactory/QiitaCollection 592 | - https://itunes.apple.com/app/kitakore-for-qiita/id973532800 593 | 594 | ## Misc 595 | 596 | - A Menjar: Food menu app 🇪🇸 597 | - https://github.com/maurovc/aMenjar 598 | - https://itunes.apple.com/app/a-menjar!/id816473131 599 | - [bar](https://github.com/soffes/bar): Cocktail menu 🔶 600 | - Be my eyes: Connect blind people with volunteer helpers via live video chat 601 | - https://github.com/bemyeyes/bemyeyes-ios 602 | - https://itunes.apple.com/app/be-my-eyes-helping-blind-see/id905177575 603 | - [BlogQuest](https://github.com/irace/BlogQuest): Alternative Tumblr client 604 | - [Borrowed Books UFGRS:](https://github.com/MatheusCavalca/RenovaLivrosUFRGS) Manage borrowed books at UFRGS using SABI 🔶 605 | - [ChineseZodiac](https://github.com/JakeLin/ChineseZodiac) 🔶 606 | - [Colo](https://github.com/wongzigii/Colo): Color themes hunter 607 | - [DeckRocket](https://github.com/jpsim/DeckRocket): Turn your iPhone into a remote for Deckset presentations 🔶 608 | - [GammaThingy](https://github.com/thomasfinch/GammaThingy): Change screen gamma dynamically 609 | - [GoodNight](https://github.com/anthonya1999/GoodNight): Change screen gamma dynamically 610 | - GreatReader: "Great" PDF reader designed for both iPhone and iPad 611 | - https://github.com/semweb/GreatReader 612 | - https://itunes.apple.com/app/greatreader/id903651112 613 | - [HackCancer](https://github.com/HackCancer/iOS): [Hackathon app](http://www.hackcancer.co/) 🔶 614 | - [iCopyPasta](https://github.com/alltheflow/iCopyPasta): Pasteboard feed app 🔶 615 | - iContactU: Reminds you to contact people you ought to 🔶 616 | - https://github.com/rizal72/iContactU 617 | - https://itunes.apple.com/app/icontactu/id920200100 618 | - iGrades: Track your class grades 619 | - https://github.com/maurovc/iGrades 620 | - https://itunes.apple.com/app/id816987574 621 | - Jupp: App with share extension for ADN 🔶 622 | - https://github.com/dasdom/Jupp 623 | - https://itunes.apple.com/app/jupp-share-extension-for-app.net/id909926740 624 | - LidderbuchApp: Songbook for Luxembourgish Students 🔶🇱🇺 625 | - https://github.com/AcelLuxembourg/LidderbuchApp 626 | - https://itunes.apple.com/app/lidderbuch/id997143407 627 | - [Mirror++](https://github.com/nathunsmitty/MirrorPlusPlus): Minimalist mirror 🔶 628 | - my41: HP-41C/CV/CX Microcode emulator 629 | - https://github.com/mperovic/my41 630 | - https://itunes.apple.com/app/my41cx/id979041950 631 | - [OpenCB](https://github.com/student-t/OpenCB): Interactive chess book reader 632 | - Onions: Cloud encrypted text storage app 633 | - https://github.com/onionsapp/Onions-iOS 634 | - https://itunes.apple.com/app/onions/id687296481 635 | - [Open States](https://github.com/sunlightlabs/openstates-ios): Browse state legislatures 636 | - ownCloud: File browser and sync for ownCloud file hosting service 637 | - https://github.com/owncloud/ios 638 | - https://itunes.apple.com/app/owncloud/id543672169 639 | - [Phonetic](https://github.com/iAugux/Phonetic): Add phonetic keys for Chinese names 640 | - Population Clock: Learn about geography and demographics 641 | - https://github.com/Netfilter-Com/PopulationClock 642 | - https://itunes.apple.com/app/population-clock-hd/id590689957 643 | - Round & Split: Tip Calculator 🔶 644 | - https://github.com/lukhnos/roundandsplit 645 | - https://itunes.apple.com/app/round-split/id912288737 646 | - Runner-Stats: iPhone app to record running data 647 | - https://github.com/hukun01/Runner-Stats 648 | - https://itunes.apple.com/app/runner-stats/id793443821 649 | - [Tether](https://github.com/chrisballinger/Tether-iOS): Tethering for non-jailbroken iOS Devices over USB 650 | - [Theseus](https://github.com/lazerwalker/Theseus): Personal analytics tool 651 | - [TheReservist](https://github.com/kimar/TheReservist): Check availability of iPhones 🔶 652 | - VPN On: Today Widget to turn on VPN 🔶 653 | - https://github.com/lexrus/VPNOn 654 | - https://itunes.apple.com/app/vpn-on/id951344279 655 | - Vinylogue: Simple Last.fm client 656 | - https://github.com/twocentstudios/vinylogue 657 | - https://itunes.apple.com/app/vinylogue-for-last.fm/id617471119 658 | - [Words](https://github.com/soffes/words): Thesaurus app 659 | - [WWDC Students](https://github.com/wwdc): WWDC scholarship entry apps 🔶 660 | - Yorkie: This app will help you take care of your dog 661 | - https://github.com/carlbutron/YorkieApp 662 | - https://itunes.apple.com/app/Yorkie/id1000836606 663 | 664 | ### 3D Touch 665 | 666 | - [ForceSketch](https://github.com/FlexMonkey/ForceSketch): Demonstration of a sketching app using 3D Touch 667 | - [Plum-O-Meter](https://github.com/FlexMonkey/Plum-O-Meter): 3D Touch Application for Weighing Plums (and other small fruit!) 🔶 668 | 669 | ### Calendar 670 | 671 | - [Malendar](https://github.com/croossin/Malendar): A redesigned calendar app 🔶 672 | - Workdays: Simple iPhone calendar with operating schedule 673 | - https://github.com/mpak/Workdays 674 | - https://itunes.apple.com/app/workdays-calendar/id889712978 675 | 676 | # Text 677 | 678 | - Edhita: Text editor 🔶 679 | - https://github.com/tnantoka/edhita 680 | - https://itunes.apple.com/app/edhita-open-source-text-editor/id398896655 681 | - SimpleMemo: Sync notes to EverNote 682 | - https://github.com/likumb/SimpleMemo 683 | - https://itunes.apple.com/app/yi-bian-qian/id1029807896 684 | - [SwiftNote](https://github.com/mslathrop/SwiftNote): Simple note taking app with today widget and iCloud syncing 🔶 685 | 686 | ### Timer 687 | 688 | - [Coffee Timer](https://github.com/ashfurrow/yourfirstswiftapp) 🔶 689 | - Fojusi: Work timer with today extension 🔶 690 | - https://github.com/dasdom/Tomate 691 | - https://itunes.apple.com/app/fojusi/id923044693 692 | 693 | ## Special 694 | 695 | ### Core Data 696 | 697 | - [DVD Collection Tracker](https://github.com/chrismiles/OrganisingCoreData) 698 | - [Nested Lists](https://github.com/objcio/issue-4-full-core-data-application) 699 | 700 | ### [Ionic](http://ionicframework.com/) 701 | 702 | - Vegan Lists UK: View and collect official/unofficial Vegan food lists 703 | - https://github.com/dsgriffin/vegan-lists-uk 704 | - https://itunes.apple.com/app/vegan-lists-uk/id1083273301 705 | 706 | ### [Parse](https://www.parse.com/) 707 | 708 | - 2CITY: Find out the coolest things to do in your city 709 | - https://github.com/2city/2CITY-iOS 710 | - https://itunes.apple.com/app/2city/id944632470 711 | - Anypic: Mobile and web app that lets users share photos similar to Instagram 712 | - https://github.com/ParsePlatform/Anypic 713 | - https://github.com/kwkhaw/SwiftAnyPic 🔶 714 | - https://itunes.apple.com/app/anypic/id539741538 715 | - AnyWall: A fun geolocation app built with Parse 716 | - https://github.com/ParsePlatform/AnyWall 717 | - https://itunes.apple.com/app/anywall/id520955490 718 | - [how-much](https://github.com/dkhamsing/how-much): Simple app to record how much things cost using Parse 719 | - [iBeaconTasks][]: iBeacon TODO reminder app based on Parse 720 | - [Jim][]: Track your gym workouts 🔶 721 | - Parse-Challenge-App: iPhone app built using Parse w/ likes, comments, posting images/video 722 | - https://github.com/TomekB/Parse-Challenge-App 723 | - https://itunes.apple.com/app/lets-challenge-me/id944004497 724 | - [ParseDeveloperDay][]: 2013 Developer Conference App 725 | - ParseStore: Backend provider for selling physical goods using Parse 726 | - https://github.com/ParsePlatform/ParseStore 727 | - https://itunes.apple.com/app/parse-store/id613679907 728 | - [Paws](http://www.appcoda.com/instagram-app-parse-swift/): Building an Instagram-Like App with Parse and Swift 🔶 729 | 730 | ### [React Native](http://facebook.github.io/react-native/) 731 | 732 | - [allyoop](https://github.com/wwayne/react-native-nba-app): NBA game scores app 733 | - Apps by Facebook 734 | - [2048](https://github.com/facebook/react-native/tree/master/Examples/2048) 735 | - [Movies](https://github.com/facebook/react-native/tree/master/Examples/Movies) 736 | - [TicTacToe](https://github.com/facebook/react-native/tree/master/Examples/TicTacToe) 737 | - [UIExplorer](https://github.com/facebook/react-native/tree/master/Examples/UIExplorer) 738 | - [Around Me](https://github.com/bgryszko/react-native-example): Display Instagram photos around your location 739 | - [Calculator](https://github.com/benoitvallon/react-native-nw-react-calculator) 740 | - [Currency Converter](https://github.com/ashwinpreet/ReactNativeExamples/tree/master/ios/CurrencyConverter) 741 | - [Den](https://github.com/asamiller/den): View houses for sale in the Northwest 742 | - [Dribbble](https://github.com/catalinmiron/react-native-dribbble-app) 743 | - [F8 2016](https://github.com/fbsamples/f8app/) Official F8 app 744 | - [Facebook Login](https://github.com/brentvatne/react-native-login) 745 | - [Finance](https://github.com/7kfpun/FinanceReactNative): iOS's Stocks app written in React Native 746 | - [Foreign Exchange](https://github.com/peralmq/ForeignExchangeApp) 747 | - HackerNews-React-Native 748 | - https://github.com/iSimar/HackerNews-React-Native 749 | - https://itunes.apple.com/app/hacker-news-reader-react-native/id1067161633 750 | - [Iceland Earthquakes](https://github.com/paranoida/IcelandEarthquakes) 751 | - [iTunes Catalog Search](https://github.com/alexissan/ReactNativeWorkshop) 752 | - [london-react](https://github.com/JoeStanton/london-react) 753 | - [newswatch](https://github.com/bradoyler/newswatch-react-native): News app using YouTube playlists 754 | - [NortalTechDay][]: Conference app 755 | - [PocketNode](https://github.com/mzabriskie/PocketNode): Lightweight Node REPL 756 | - [Product Kitty](https://github.com/rkho/product-kitty): Product Hunt app 757 | - [Property Finder](https://github.com/ColinEberhardt/ReactNative-PropertyFinder) 758 | - [ReactNativeHackerNews](https://github.com/jsdf/ReactNativeHackerNews) 759 | - [RSS Reader](https://github.com/christopherdro/react-native-rss-reader) 760 | - [Songkick](https://github.com/ArnaudRinquin/sk-react-native) 761 | - [Spacepics](https://github.com/campezzi/react-native-spacepics): A small app displaying NASA's Picture of the Day 762 | - [Sudoku](https://github.com/christopherdro/react-native-sudoku) 763 | - [To Do List](https://github.com/joemaddalone/react-native-todo) 764 | - [Twitch](https://github.com/IFours/react-native-twitch) 765 | - [WeatherApp][] 766 | 767 | ### Reactive Programming 768 | 769 | #### [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) 770 | 771 | - [BrewMobile](https://github.com/brewfactory/BrewMobile): App for managing the beer brewing process 🔶 772 | - C-41: Make developing film easier and more reliable by using this simple timer 773 | - https://github.com/ashfurrow/C-41 774 | - https://itunes.apple.com/app/c-41/id789924103 775 | - GitBucket: GitHub client using MVVM & ReactiveCocoa 776 | - https://github.com/leichunfeng/MVVMReactiveCocoa 777 | - https://itunes.apple.com/app/id961330940 778 | - [GroceryList](https://github.com/jspahrsummers/GroceryList): iPhone grocery list app, synchronized using GitHub 779 | - [HausClock](https://github.com/nottombrown/HausClock): Minimal Chess Clock using MVVM and ReactiveCocoa 🔶 780 | - ReactiveHackerNews: Hacker News reader with Tinder style interface, written in ObjC, uses MVVM & ReactiveCocoa 781 | - https://github.com/syshen/ReactiveHackerNews 782 | - https://itunes.apple.com/app/reactive-hacker-news-stay/id969422368 783 | - [ReactiveSwiftFlickrSearch](https://github.com/ColinEberhardt/ReactiveSwiftFlickrSearch): A Flickr-search app that uses MVVM & ReactiveCocoa 🔶 784 | - [SimpleAuth](https://github.com/calebd/SimpleAuth): Simple authentication (OAuth for Twitter, Facebook, Instagram, Tumblr and more) 785 | - [SwiftRACGoogleImages](https://github.com/Adlai-Holler/SwiftRACGoogleImages): Google image search using RAC 4.0 and Swift 2.1 🔶 786 | - [Tropos][]: A weather app using ReactiveCocoa and Forecast.io ([Tropos on the App Store][]) 787 | 788 | #### [RXSwift](https://github.com/ReactiveX/RxSwift) 789 | 790 | - [GitHub API Client](https://github.com/tailec/boilerplate): GitHub client using MVVM and RxSwift 🔶 791 | - [Kiosk](https://github.com/artsy/eidolon): The Artsy auction kiosk app, uses RxSwift 🔶 792 | 793 | ### Realm 794 | 795 | - [Done][]: Demonstrate data sharing between a WatchKit app and its main app using Realm 🔶 796 | - [RealmToDo][]: A small todo list with Realm integration 🔶 797 | 798 | ### [VIPER](https://mutualmobile.github.io/blog/2013/12/04/viper-introduction/) 799 | 800 | - [Contacts](https://github.com/sebastianwr/VIPER-Persons) 801 | - [Counter](https://github.com/mutualmobile/Counter) 802 | - [Rambler.Conferences](https://github.com/rambler-ios/RamblerConferences) 803 | - [To do](https://www.objc.io/issues/13-architecture/viper/): objcio [example](https://github.com/objcio/issue-13-viper) 804 | 805 | ### Xamarin 806 | 807 | - [Toggl Timer][] ([Toggl Timer on the App Store][]) 808 | 809 | ## Bonus 810 | 811 | See [archive](archive.md), [mac-apps](https://github.com/jeffreyjackson/mac-apps), [awesome-osx](https://github.com/iCHAIT/awesome-osx) and [android-apps](https://github.com/pcqpcq/open-source-android-apps). 812 | 813 | ## Thanks 814 | 815 | This list was inspired by [awesome-ios](https://github.com/vsouza/awesome-ios) and [awesome-swift](https://github.com/matteocrippa/awesome-swift). 816 | 817 | ## Contact 818 | 819 | - [github.com/dkhamsing](https://github.com/dkhamsing) 820 | - [twitter.com/dkhamsing](https://twitter.com/dkhamsing) 821 | 822 | [Cherry]: https://github.com/kenshin03/Cherry 823 | [Done]: https://github.com/FancyPixel/done-swift 824 | [HN Reader]: https://github.com/Dimillian/SwiftHN 825 | [HN Reader on the App Store]: https://itunes.apple.com/app/hn-reader-hacker-news-reader/id919243741 826 | [iBeaconTasks]: https://github.com/TomekB/iBeaconTasks 827 | [extvplayer]: https://github.com/IGRSoft/exTVPlayer 828 | [Firefox]: https://github.com/mozilla/firefox-ios 829 | [Firefox on the App Store]: https://itunes.apple.com/app/firefox-web-browser/id989804926 830 | [Jim]: https://github.com/kylejm/Jim 831 | [KTPomodoro]: https://github.com/kenshin03/KTPomodoro 832 | [NortalTechDay]: https://github.com/mikkoj/NortalTechDay 833 | [ParseDeveloperDay]: https://github.com/ParsePlatform/ParseDeveloperDay 834 | [Provenance]: https://github.com/jasarien/Provenance 835 | [RealmToDo]: https://github.com/pietbrauer/RealmToDo 836 | [Toggl Timer]: https://github.com/toggl/mobile 837 | [Toggl Timer on the App Store]: https://itunes.apple.com/app/toggl-timer/id885767775 838 | [Tropos]: https://github.com/thoughtbot/Tropos 839 | [Tropos on the App Store]: https://itunes.apple.com/app/tropos-weather-forecasts-for/id955209376 840 | [VLC]: https://github.com/videolan/vlc 841 | [VLC on the App Store]: https://itunes.apple.com/app/vlc-for-ios/id650377962 842 | [VLC videolan.org]: http://www.videolan.org/vlc/download-ios.html 843 | [WeatherApp]: https://github.com/jsphkhan/ReactNativeExamples/tree/master/ios/WeatherApp 844 | --------------------------------------------------------------------------------