├── README.md ├── _config.yml └── slides ├── .gitignore ├── iOS Share Extension └── presentation.pdf └── iOS-Dev-Toolbox ├── iOS-Dev-Toolbox (2359Media sharing session).key ├── Data │ ├── 120414_FamilySouthAfrica_AT_2300_981x654-small-14.jpg │ ├── 120414_FamilySouthAfrica_AT_2936_3000x2000-small-12.jpg │ ├── 120414_FamilySouthAfrica_AT_2991_2190x1460-small-10.jpg │ ├── 120414_FamilySouthAfrica_AT_4083_981x654-small-16.jpg │ ├── jan_koum-178.png │ ├── jan_koum-small-179.png │ ├── mt10@2x-39.jpg │ ├── mt1@2x-30.jpg │ ├── mt2@2x-31.jpg │ ├── mt3@2x-32.jpg │ ├── mt4@2x-33.jpg │ ├── mt5@2x-470.jpg │ ├── mt6@2x-471.jpg │ ├── mt7@2x-472.jpg │ ├── mt8@2x-37.jpg │ ├── mt9@2x-38.jpg │ ├── pasted-image-1325.tif │ ├── pasted-image-1450.png │ ├── pasted-image-1455.png │ ├── pasted-image-1601.png │ ├── pasted-image-1739.png │ ├── pasted-image-1742.png │ ├── pasted-image-589.png │ ├── pasted-image-600.png │ ├── pasted-image-small-1451.png │ ├── pasted-image-small-1456.png │ ├── pasted-image-small-1602.png │ ├── pasted-image-small-1743.png │ ├── pasted-image-small-590.png │ ├── pasted-image-small-601.png │ ├── st0-1898.jpg │ ├── st1-532.jpg │ ├── st11-1714.jpg │ ├── st11-762.jpg │ ├── st12-1060.jpg │ ├── st12-1717.jpg │ ├── st13-1654.jpg │ ├── st14-1954.jpg │ ├── st15-1057.jpg │ ├── st16-1662.jpg │ ├── st16-810.jpg │ ├── st17-1393.jpg │ ├── st17-1665.jpg │ ├── st19-1598.jpg │ ├── st19-2008.jpg │ ├── st21-915.jpg │ ├── st24-1727.jpg │ ├── st25-1728.jpg │ ├── st26-1676.jpg │ ├── st26-1841.jpg │ ├── st28-1036.jpg │ ├── st29-1037.jpg │ ├── st29-1729.jpg │ ├── st30-1040.jpg │ ├── st30-1732.jpg │ ├── st30-1843.jpg │ ├── st31-1029.jpg │ ├── st32-1044.jpg │ ├── st32-2011.jpg │ ├── st33-1046.jpg │ ├── st33-2013.jpg │ ├── st34-1054.jpg │ ├── st39-1943.jpg │ ├── st4-684.jpg │ ├── st40-1792.jpg │ ├── st43-1589.jpg │ ├── st5-695.jpg │ ├── st6-1082.jpg │ ├── st6-1999.jpg │ ├── st7-1420.jpg │ ├── st8-1595.jpg │ ├── st8-1799.jpg │ ├── st8-2003.jpg │ └── st9-1609.jpg ├── Metadata │ ├── BuildVersionHistory.plist │ ├── DocumentIdentifier │ └── Properties.plist ├── preview-micro.jpg ├── preview-web.jpg └── preview.jpg └── iOS-Dev-Toolbox (2359Media sharing session).pdf /README.md: -------------------------------------------------------------------------------- 1 | ### Prologue ### 2 | 3 | [Print](https://gitprint.com/vinhnx/iOS-Toolbox?print) | [Download](https://gitprint.com/vinhnx/iOS-Toolbox?download) 4 | 5 | [Speakerdeck slides](https://speakerdeck.com/vinhnx/ios-development-toolbox) 6 | 7 | Software development, especially mobile development has been improving rapidly. Nowadays, they are things that are unthinkable as of several years ago. 8 | 9 | The world is moving to *virtual reality* (VR) and now soon [artificial intelligent assistant](https://github.com/Microsoft/BotBuilder). And as a mobile software/iOS developer, I think they're always many thing for us to learn everyday. 10 | 11 | Being able to keep track of what's new in technology today is really [difficult](https://bpoplauschi.wordpress.com/2015/04/08/list-of-blogs/), it's daunting, not to say an impossible task; but we can't help but have to keep being updated, unless we want to be left behind. 12 | 13 | Besides, information overload should be avoided. We all have works to do, and most importantly, family to take care of and life to enjoy! :) 14 | 15 | So, how we manage to find informations, how we can separate them into small priorities/categories, or how we use our tools to make the most of them; there are so many "how"s. 16 | 17 | But the answer, to me, is rather simple, let say we just need to learn what matters us the most, and better group them in a list or something like that. I call it 'toolbox'. 18 | 19 | Here is my a list of my personal iOS development toolbox. I hope it useful for you somewhat! Feel free to add yours. :) 20 | 21 | **(Note: All list items are arranged in no particular order)** 22 | 23 | I know you are awesome, let's get started! :rocket: 24 | 25 | *** 26 | 27 | # Tools # 28 | 29 | If you are dealing with networking and Realm, these tools are essentials: 30 | 31 | + [Realm Browser](https://github.com/realm/realm-browser-osx): Realm Browser is a Mac OS X utility to open and modify realm database files. https://realm.io 32 | + [SimSim](https://github.com/dsmelov/simsim): Use SimSim to explore iOS application folders in Terminal or Finder. Fast, stable, free alternative to SimPholders. 33 | + [JSONExport](https://github.com/Ahmed-Ali/JSONExport): JSONExport is a desktop application for Mac OS X which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language. 34 | 35 | # Images Optimization # 36 | 37 | ImageOptim :rocket: 38 | + https://github.com/ImageOptim/ImageOptim - GUI image optimizer for Mac https://imageoptim.com/mac 39 | 40 | PNGmini 41 | + https://github.com/pornel/ImageAlpha - Mac GUI for pngquant, pngnq and posterizer https://pngmini.com 42 | 43 | *** 44 | 45 | # WWDC 2xxx # 46 | 47 | It's time! Because we're all busy, but there is an app for that. 48 | 49 | [WWDC Mac app by Guilherme Rambo](https://github.com/insidegui/WWDC) helps you get the most out of this year "dub-dub". The best part is, you can even search for past events as well. 50 | 51 | *** 52 | 53 | ### References ### 54 | 55 | + [My own iOS notes, things that collect through my daily development work, sometimes weekend researches -- Inspired by Khoa's notes below](https://github.com/vinhnx/iOS-notes) 56 | + [Khoa Pham's iOS notes](https://github.com/onmyway133/notes) 57 | + [My iOS Development Toolkit 2016 - by Sebastian Boldt](https://medium.com/ios-os-x-development/my-ios-development-toolkit-2016-ba7601b68085#.asmmr39vu) 58 | + What's in my iOS toolbox: [part 1](http://edsancha.com/blog/2014/01/28/whats-in-my-iOS-toolbox.html), [part 2](http://edsancha.com/blog/2014/02/03/whats-in-my-iOS-toolbox-2.html) by Eduardo Diaz Sancha. 59 | + [iOS Dev Toolbox](http://ios.devtools.me/) :star::star::star::star::star: 60 | + [Recommended Toolbox for iOS](http://www.fantageek.com/1021/recommended-toolbox-for-ios/) 61 | + [Resources for Mac and iOS Developers](http://www.davemark.com/?p=1829) 62 | + [The iOS developers Toolbelt](http://benscheirman.com/2013/08/the-ios-developers-toolbelt/) by [Ben Scheirman](https://github.com/subdigital). 63 | + [iOS Project Catalogue](https://github.com/stanislaw/iOS-Projects-Catalogue) by [Stanislaw Pankevich](https://github.com/stanislaw). 64 | + [iOS Topics and Reference](https://github.com/2359media/ios-dev-guide/blob/master/iOS%20Topics%20and%20References.md) by [Phat Le](https://github.com/phatle). 65 | + [iOS Dev Tools](https://github.com/EvgenyKarkan/iOSDevTools) by [Evgeny Karkan](https://github.com/EvgenyKarkan). 66 | + [iOS Apprentice](https://medium.com/ios-apprentice/ba312d12577d) by [James Tang](https://github.com/jamztang) 67 | + [iOS: Tools of the Trade](http://code.tutsplus.com/articles/ios-tools-of-the-trade--cms-19820) 68 | + iOS Dev Tools by Krzysztof Zabłocki [slide](https://speakerdeck.com/krzysztofzablocki/ios-developer-tools-at-london-alttechtalk) | [blog post](http://www.merowing.info/2014/02/ios-developer-tools/) 69 | + [Mobile App Development Resources Guide](http://joppar.com/mobile-app-development-resources-guide/) 70 | + [Worthy iOS Library](http://bpoplauschi.wordpress.com/2013/11/06/worthy-ios-libraries/) 71 | + [Worthy iOS Development Tools](http://bpoplauschi.wordpress.com/2014/03/07/worthy-ios-development-tools/) 72 | + [Dev Toolbelt](http://gimenete.github.io/devtoolbelt/index.html) 73 | + [iOS Good Practice](https://github.com/futurice/ios-good-practices) 74 | + [Staying up to date with the iOS dev community](https://bpoplauschi.wordpress.com/2015/04/08/list-of-blogs/) 75 | 76 | ## Slack ## 77 | 78 | + [A handpicked selection of top Slack groups](http://slacklist.info/) 79 | + [iOS Developer Slack group](http://ios-developers.io) 80 | 81 | ## Can't miss ## 82 | 83 | + [Hacker News](https://news.ycombinator.com/) -- words! 84 | + [CocoaPods](http://cocoapods.org/) -- huge time saver, the one and only tool to help us manage Objective-C dependencies. If possible, don't do drag and drop into Xcode project, use `pod install` instead. I've been using it in all of [my apps](https://itunes.apple.com/us/artist/nguyen-vinh/id670733155) on the iTunes App Store. 85 | + [objc.io](http://www.objc.io/subscribe.html) -- Advanced topics in Objective-C development. Don't forget to subscribe! 86 | + http://feeds.cocoapods.org 87 | 88 | ### Cocoapods ### 89 | 90 | + [Creating a Cocoapod](http://useyourloaf.com/blog/2014/08/13/creating-a-cocoapod.html) 91 | 92 | ## Awesome ## 93 | 94 | + ["A curated list of awesome lists"](https://github.com/sindresorhus/awesome) 95 | + ["A a curated list of curated lists of awesome lists."](https://github.com/t3chnoboy/awesome-awesome-awesome) 96 | + [The definitive list of lists (of lists) curated on GitHub](https://github.com/jnv/lists) 97 | + [ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) 98 | + [The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.](https://github.com/minimaxir/big-list-of-naughty-strings) 99 | * [Marketing-for-Engineers Collection](https://github.com/LisaDziuba/Marketing-for-Engineers) :rocket: 100 | 101 | ## Blogs/sites ## 102 | 103 | + [DaedTech - Stories about Software](http://www.daedtech.com/) 104 | + [UNDER THE BRIDGE](http://www.alexcurylo.com/blog/) 105 | + [NSHipster](http://nshipster.com/) -- NSHipster is a journal of the overlooked bits in Objective-C and Cocoa. Updated weekly. By [Matt Thompson](https://github.com/mattt). 106 | + [NSBlog](https://www.mikeash.com/pyblog/) [by Mike Ash](https://github.com/mikeash) 107 | + [iOSDeveloperTips](http://iosdevelopertips.com/) 108 | + [Alex Curylo's blog](http://www.alexcurylo.com/blog/) 109 | + [TeehanLax's blog](http://www.teehanlax.com/blog/) 110 | + [RayWenderlich](http://www.raywenderlich.com/) 111 | + [Mobile Tuts+](mobile.tutsplus.com/) 112 | + [Cocoacontrols.com](http://cocoacontrols.com/) 113 | + [idevblogaday](idevblogaday.com/) 114 | + [The Codist](http://thecodist.com/) 115 | 116 | ## Articles ## 117 | 118 | + [ObjC Zen Book](https://github.com/objc-zen/objc-zen-book) 119 | + [Clean, Modern Objective-C by Harlan Harkins](http://harlanhaskins.com/2014/02/20/clean-modern-objective-c.html) 120 | + [iOS Words - "List of amazing and useful articles in iOS Development." by Minh-Hoang, Nguyen](https://github.com/hugo53/iOS-Words) 121 | 122 | ## Screencast ## 123 | 124 | + [NSScreencast](http://nsscreencast.com/) 125 | 126 | ## Twitter ## 127 | 128 | Twitter accounts you should be following, in no particular orders: 129 | 130 | + [@mikeash](http://twitter.com/@mikeash) 131 | + [@mattt](http://twitter.com/@mattt) 132 | + [@patio11](http://twitter.com/@patio11) 133 | + [@ctp](http://twitter.com/@ctp) 134 | + [@casademora](http://twitter.com/@casademora) 135 | + [@steipete](http://twitter.com/@steipete) 136 | + [@nicklockwood](http://twitter.com/@nicklockwood) 137 | + [@eridius](http://twitter.com/@eridius) 138 | + [@samvermette](http://twitter.com/@samvermette) 139 | + [@evadne](http://twitter.com/@evadne) 140 | + [@secboffin](http://twitter.com/@secboffin) 141 | + [@markaufflick](http://twitter.com/@markaufflick) 142 | + [@jnjosh](http://twitter.com/@jnjosh) 143 | + [@danmessing](http://twitter.com/@danmessing) 144 | + [@drewmccormack](http://twitter.com/@drewmccormack) 145 | + [@ntakayama](http://twitter.com/@ntakayama) 146 | + [@chrismiles](http://twitter.com/@chrismiles) 147 | + [@kevinhoctor](http://twitter.com/@kevinhoctor) 148 | + [@timburks](http://twitter.com/@timburks) 149 | + [@borkware](http://twitter.com/@borkware) 150 | + [@parisba](http://twitter.com/@parisba) 151 | + [@Jury](http://twitter.com/@Jury) 152 | + [@joshaber](http://twitter.com/@joshaber) 153 | + [@AshFurrow](http://twitter.com/@AshFurrow) 154 | + [@Javi](http://twitter.com/@Javi) and [@NachoSoto](http://twitter.com/@NachoSoto) 155 | + [@uliwitness](http://twitter.com/@uliwitness) 156 | + [@stroughtonsmith](http://twitter.com/@stroughtonsmith) 157 | + [@rob_rix](http://twitter.com/@rob_rix) 158 | + [@codinghorror](http://twitter.com/@codinghorror) 159 | + [@tonyarnold](http://twitter.com/@tonyarnold) 160 | + [@alding](http://twitter.com/@alding) 161 | + ... more, read [this thread](https://news.ycombinator.com/item?id=7614778) on Hacker News. 162 | + (... your Twitter handle here!) 163 | 164 | ## Newsletter ## 165 | 166 | + [The iOS Times](http://theiostimes.com/) 167 | + [Indie iOS Focus Weekly](https://indieiosfocus.curated.co/) 168 | + [iOS Goodies](http://ios-goodies.tumblr.com/rss), [IFTTT recipe](https://ifttt.com/recipes/143200-ios-goodies-blog) 169 | + [ManiacDev](http://ManiacDev.Com) 170 | + [Dailybbble](http://dailybbble.herokuapp.com/), app design inspiration 171 | + [Apple Mailing List](https://lists.apple.com/), particularly objc-language-request, xcode-users-request 172 | + [GihubArchive](http://www.githubarchive.org/) 173 | + [Github Explore](https://github.com/explore/subscribe) 174 | + [StackExchange Programmers Weekly](http://stackexchange.com/newsletters) 175 | + [StackExchange StackOverflow Weekly](http://stackexchange.com/newsletters) 176 | 177 | ## Podcast ## 178 | 179 | > Not only are podcasts a great way to stay connected to the development community, they’re also a way to stay productive in your downtime. 180 | 181 | + [This is a list of podcasts of interest to iOS developers. By Josh Adams](https://github.com/vermont42/Podcasts) :rocket: 182 | + [**What It Takes**](https://simplecast.com/podcasts/1262/rss) -- This podcast is very worth listening. 183 | + [Under The Radar](https://www.relay.fm/radar/feed) 184 | + [The Talk Show](http://daringfireball.net/thetalkshow/rss) 185 | + [Debug](http://feeds.feedburner.com/debugshow) 186 | + [Core Intuition](http://www.coreint.org/podcast.xml) 187 | + [GitMinutes](http://feeds.gitminutes.com/gitminutes-podcast) 188 | + [Developers On Fire](http://developeronfire.com/rss.xml) 189 | + [Polygon Longform](http://feeds.feedburner.com/PolygonLongForm) 190 | + [Topical](http://podcasts.jellystyle.com/topical/rss) 191 | + [Developing Perspective](http://developingperspective.com/feed/podcast/) 192 | + [SharedInstance](https://simplecast.com/podcasts/1008/rss) 193 | + [CocoaConf Podcast](http://cocoaconf.libsyn.com/rss) 194 | + [Consult - An interview podcast about iOS and Mac software development specifically concerning the world of consultants – those who build apps for others](http://consultpodcast.com/) 195 | + [iOSBytes - The latest news in the iOS community.](https://iosbytes.codeschool.com/) 196 | + [iOhYes](https://itunes.apple.com/vn/podcast/iohyes/id554926082?mt=2) 197 | + [Release Notes](https://itun.es/vn/Z96WM.c) 198 | + [CocoaConf Podcast](https://itun.es/vn/g5jO0.c) 199 | + [Pod5](http://pod5.io/) 200 | + [NSBrief](http://nsbrief.com/) 201 | + [iphreaksshow](http://iphreaksshow.com/) 202 | + [ThoughtBot Build Phase](http://podcasts.thoughtbot.com/buildphase) 203 | + [JellyStyle MobileCouch](http://jellystyle.com/podcasts/mobilecouch) 204 | + [RayWenderlich](http://www.raywenderlich.com/) 205 | + [Springboard Show](http://springboardshow.com/) 206 | + [iOS podcast](http://mikebuss.com/2014/03/22/ios-podcasts/) 207 | + [NSPodcast](https://github.com/lukabratos/NSPodcasts) 208 | + [Cocoaradio](http://feedpress.me/cocoaradio) 209 | + [Effective Programming](https://itunes.apple.com/us/podcast/effective-programming/id878947397?mt=2) 210 | + [The Changelog](https://itunes.apple.com/vn/podcast/the-changelog/id341623264?mt=2) 211 | + [More Than Just Code](https://itunes.apple.com/ca/podcast/mtjc-podcast-podcast-about/id906987516?mt=2) 212 | 213 | ** Bonus ** 214 | 215 | + [Music For Programming](https://itun.es/vn/0zG1D.c) 216 | + [Sona.fm](http://somafm.com/) 217 | 218 | ## Objective-C IDE ## 219 | 220 | + [Xcode](https://developer.apple.com/xcode/) 221 | + [AppCode](http://www.jetbrains.com/objc/) by JetBrains 222 | 223 | (For Xcode Package Management, I highly recommended [Alcatraz](http://mneorr.github.io/Alcatraz/), It is something you don't want to miss in your Xcode dev arsenal.) 224 | 225 | [Worthy iOS development tools](https://bpoplauschi.wordpress.com/2014/03/07/worthy-ios-development-tools/) 226 | 227 | ## Text Editor ## 228 | 229 | + [SublimeText](http://www.sublimetext.com/dev) 230 | + [MacVim](MacVim) 231 | + ... 232 | 233 | ## Themes ## 234 | 235 | + Ciapre [Xcode](https://github.com/vinhnx/Ciapre-Xcode-theme), [TextMate, SublimeText](https://github.com/vinhnx/Ciapre.tmTheme) 236 | 237 | ## Programming Fonts ## 238 | 239 | > "Stop wasting your braintime on meaningless stuff like this and get back to coding. If you replace 'font' with some cosmetic product y'all sound like a bunch of valley girls." 240 | > -- [Some Guy on Reddit](https://www.reddit.com/r/programming/comments/39wz4l/hey_reddit_developers_what_is_your_favorite_text/cs86fnu) 241 | 242 | + [Codeface](https://github.com/chrissimpkins/codeface) 243 | + [What are the best programming fonts?](http://www.slant.co/topics/67/~what-are-the-best-programming-fonts) 244 | + [Inconsolata-g](http://leonardo-m.livejournal.com/77079.html) **my favorite** :beers: 245 | + [Inconsolata-dz](http://nodnod.net/2009/feb/12/adding-straight-single-and-double-quotes-inconsola/) 246 | 247 | ## Terminal ## 248 | 249 | + [iTerm](www.iterm2.com) + [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) 250 | + [A Beautiful Productive Terminal Experience](http://mikebuss.com/2014/02/02/a-beautiful-productive-terminal-experience/) 251 | 252 | ## Style guides ## 253 | 254 | + [NYTimes's style guide](https://github.com/NYTimes/objective-c-style-guide) 255 | + [Google](http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml) 256 | + [GitHub](https://github.com/github/objective-c-conventions) 257 | + [Macoscope](https://github.com/macoscope/objc-style-guide) 258 | + [A curated list of Coding Style Conventions and Standards](https://github.com/SalGnt/cscs) 259 | 260 | ## Tools ## 261 | 262 | + [RefactoratorApp](https://github.com/johnno1962/RefactoratorApp) - essiential app for refactor Swift! 263 | + [Faux Pass app](http://fauxpasapp.com/) 264 | 265 | > Faux Pas inspects your iOS or Mac app’s Xcode project and warns about possible bugs, as well as about maintainability and style issues. 266 | 267 | + [Objective-Clean](http://objclean.com/index.php) 268 | 269 | ## Cheat sheet ## 270 | 271 | + [RayWenderlich's](http://cdn1.raywenderlich.com/downloads/RW-Objective-C-Cheatsheet-v-1-5.pdf) [PDF] 272 | + [Rob Phillips's](https://github.com/iwasrobbed/Objective-C-CheatSheet) 273 | 274 | ## Media ## 275 | 276 | Media-based app is growing like crazy. 277 | 278 | ### Player Kit/SDK ### 279 | 280 | + [DailyMotion](https://github.com/dailymotion/dailymotion-player-sdk-ios) 281 | + [DZVideoPlayerViewController](https://github.com/DZamataev/DZVideoPlayerViewController) 282 | + [Vimeo](https://github.com/vimeo/VIMVideoPlayer) 283 | + [VKVideoPlayer](https://github.com/viki-org/VKVideoPlayer) 284 | + [iOS-Video-Player](https://github.com/haikieu/iOS-Video-Player) 285 | + [YKMediaPlayerKit](https://github.com/YasKuraishi/YKMediaPlayerKit) 286 | + [PBJVideoPlayer](https://github.com/piemonte/PBJVideoPlayer) 287 | + [GUIPlayerView](https://github.com/guilhermearaujo/GUIPlayerView) 288 | + [XCDYouTubeKit](https://github.com/0xced/XCDYouTubeKit) 289 | + [youtube-ios-player-helper](https://github.com/youtube/youtube-ios-player-helper) 290 | 291 | ## Analytics tools ## 292 | 293 | ### Free ### 294 | + [Google Analytics](www.google.com/analytics/) (my personal favorite) 295 | + [Flurry](www.flurry.com) 296 | + ... 297 | 298 | ### Paid ### 299 | + [MixPanel](https://mixpanel.com/) -- The most advanced analytics platform ever for mobile and the web. 300 | + [HockeyApp](hockeyapp.net/) -- HockeyApp is the best way to collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage. 301 | + ... 302 | 303 | ## Crash reporting tools ## 304 | 305 | + [Crashlytics](https://crashlytics.com/) -- The world's most powerful, yet lightest weight crash reporting solution. 306 | + ... 307 | 308 | ## Logging ## 309 | + [CocoaLumberjack](https://github.com/CocoaLumberjack/CocoaLumberjack) -- A fast & simple, yet powerful & flexible logging framework for Mac and iOS 310 | + [NSLogger](https://github.com/fpillet/NSLogger) -- A modern, flexible logging tool. 311 | + ... 312 | 313 | ## Customers service/support/assist ## 314 | 315 | + [UserVoice](https://www.uservoice.com/) -- Feedback & Online Help Desk Software. 316 | + [Apptentive](www.apptentive.com/) -- In-App Feedback & Rating Prompts. 317 | + ... 318 | 319 | ## Icon fonts ## 320 | 321 | I personally prefer using icon fonts to using real images (png/jpeg...) in Xcode project, since it is lighter and easier to manage. 322 | 323 | + [ion icons](http://ionicons.com/) -- The premium icon font for Ionic Framework. ([Objective-C port](https://github.com/TapTemplate/ionicons-iOS)) 324 | + [FontAwesome](fortawesome.github.io/Font-Awesome/) -- The iconic font designed for Bootstrap. 325 | 326 | ## Localization Helper ## 327 | 328 | Localization is in fact very important in app development process. Here of the tools I found by times. 329 | 330 | + https://github.com/angelolloqui/AGi18n 331 | + https://github.com/aricha/Strings-Localization 332 | + https://github.com/suhinini/GenLoc 333 | + https://github.com/nst/objc_strings 334 | + https://github.com/memfrag/MJLocalizer 335 | + https://github.com/ecerney/ECLocalizerPlugin 336 | + https://github.com/macguru/LocalizationSuite 337 | + https://github.com/iv-mexx/update_localization 338 | + http://oleb.net/blog/2013/02/automating-strings-extraction-from-storyboards-for-localization/ 339 | + https://github.com/stefanceriu/SCStringsUtility 340 | 341 | ## iOS 8 ## 342 | 343 | ### Pay ### 344 | + http://nshipster.com/apple-pay/ 345 | + http://www.raywenderlich.com/87300/apple-pay-tutorial 346 | 347 | ### Extensions ### 348 | + http://beta-blog.archagon.net/2014/11/08/the-trials-and-tribulations-of-writing-a-3rd-party-ios-keyboard/ 349 | + http://blog.indragie.com/post/87910855304/wwdc-2014-session-205-creating-extensions-for-ios-and 350 | + http://engineering.tumblr.com/post/97658880154/what-we-learned-building-the-tumblr-ios-share-extension 351 | + http://www.nsscreencast.com/episodes/144-share-extensions-part-1 352 | + http://www.nsscreencast.com/episodes/145-share-extensions-part-2 353 | + http://asciiwwdc.com/2014/sessions/205 354 | + http://asciiwwdc.com/2014/sessions/217 355 | + http://www.shinobicontrols.com/blog/posts/2014/07/21/ios8-day-by-day-day-2-sharing-extension 356 | + https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/index.html#//apple_ref/doc/uid/TP40014214-CH20-SW1 357 | + http://norbertlindenberg.com/2014/12/developing-keyboards-for-ios/ 358 | 359 | ### Adaptive Layout ### 360 | 361 | + http://www.jessesquires.com/adaptive-user-interfaces/ 362 | + http://mathewsanders.com/designing-adaptive-layouts-for-iphone-6-plus/ 363 | + http://www.raywenderlich.com/83276/beginning-adaptive-layout-tutorial 364 | 365 | ## In-app tools ## 366 | 367 | ### Rating prompt ### 368 | 369 | + [iRate](https://github.com/nicklockwood/iRate) -- A handy class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while 370 | + [Appirater](https://github.com/arashpayan/appirater) -- A utility that reminds your iPhone app's users to review the app. 371 | + ... 372 | 373 | ### Share kit ### 374 | 375 | + [OvershareKit](https://github.com/overshare/overshare-kit) -- A soup-to-nuts sharing library for iOS. 376 | + ... 377 | 378 | ### Settings kit ### 379 | 380 | + [InAppSettingsKit](https://github.com/futuretap/InAppSettingsKit) -- This iOS framework allows settings to be in-app in addition to or instead of being in the Settings app. 381 | + [InAppSettings](https://github.com/kgn/InAppSettings) -- InAppSettings provides a view controller that displays the application's Settings.bundle as it appears in the iPhone settings. 382 | + ... 383 | 384 | ### Feedback view ### 385 | 386 | + [QBFeedback](https://github.com/questbeat/QBFeedback) -- QBFeedback is the library for getting feedbacks from the users easily. 387 | + [CTFeedback](https://github.com/rizumita/CTFeedback) -- CTFeedback is a library to send feedback for iOS 6.0+. 388 | 389 | ### Head Up Display (HUD) ### 390 | 391 | + [GBHUD](https://github.com/lmirosevic/GBHUD) -- Lightweight HUD (heads up display) for quick transient modals in iOS & OSX apps. 392 | + [MBProgressHUD](https://github.com/jdg/MBProgressHUD) -- MBProgressHUD is an iOS drop-in class that displays a translucent HUD with an indicator and/or labels while work is being done in a background thread. 393 | + [SVProgressHUD](https://github.com/samvermette/SVProgressHUD) -- A clean and lightweight progress HUD for your iOS app. 394 | + ... 395 | 396 | ## Caching ## 397 | 398 | + [TMCache](https://github.com/tumblr/TMCache) -- Fast parallel object cache for iOS and OS X. 399 | + [ISDiskCache](https://github.com/ishkawa/ISDiskCache) -- LRU disk cache for iOS. 400 | + [ISMemoryCache](https://github.com/ishkawa/ISMemoryCache) -- NSDictionary-based memory cache. 401 | + [EGOCache](https://github.com/enormego/EGOCache) -- Fast Caching for Objective-C (iPhone & Mac Compatible). 402 | 403 | ## Testing ## 404 | 405 | + [Kiwi](https://github.com/allending/Kiwi) -- BDD for iOS. 406 | + [KIF](https://github.com/kif-framework/KIF) -- Keep It Functional - An iOS Functional Testing Framework. 407 | + [Cedar](https://github.com/pivotal/cedar) -- BDD-style testing using Objective-C. 408 | + [Specta](https://github.com/specta/specta) -- A light-weight TDD / BDD framework for Objective-C & Cocoa. 409 | + [Expecta](https://github.com/specta/expecta) -- A Matcher Framework for Objective-C/Cocoa. 410 | 411 | ## Functional Reactive Programming for Cocoa(Touch) ## 412 | 413 | + [FRP iOS Learning resources](https://gist.github.com/JaviLorbada/4a7bd6129275ebefd5a6) 414 | 415 | ### ReactiveCocoa ## 416 | + [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) -- A framework for composing and transforming streams of values. 417 | + [RAC Marbles - Interactive diagrams for ReactiveCocoa](http://neilpa.me/rac-marbles/) 418 | + [Reactive Programming on Objective-C](https://yalantis.com/blog/reactive-programming-on-objective-c/) 419 | + [ReactiveCocoa Asynchronous Libraries](http://spin.atomicobject.com/2015/03/19/reactivecocoa-asynchronous-libraries/) 420 | + [ReactiveCocoa MVVM Introduction](http://www.sprynthesis.com/2014/12/06/reactivecocoa-mvvm-introduction/) 421 | + [ReactiveCocoa design pattern](http://rcdp.io/) 422 | + [ReactiveCocoa note by JaviSoto](https://gist.github.com/JaviSoto/9098262) 423 | 424 | ## Model ## 425 | 426 | + [Mantle](https://github.com/MantleFramework/Mantle) -- Model framework for Cocoa and Cocoa Touch 427 | + ... 428 | 429 | ## Kits/Helpers ## 430 | 431 | + [BlocksKit](https://github.com/pandamonia/BlocksKit) -- The Objective-C block utilities you always wish you had. 432 | + [QSKit](https://github.com/quartermaster/QSKit) -- Q Branch’s collection of Cocoa categories and utilities. 433 | + ... 434 | 435 | ## Plugins ## 436 | 437 | + Uncrustify: [plugin](https://github.com/benoitsan/BBUncrustifyPlugin-Xcode), [app](https://github.com/ryanmaxwell/UncrustifyX) 438 | + [Dash](http://kapeli.com/dash) 439 | + [Alcatraz](supermarin.github.io/Alcatraz) 440 | + [CodePilot](https://github.com/macoscope/CodePilot) 441 | + [ClangFormat](https://github.com/travisjeffery/ClangFormat-Xcode) 442 | + [Cocoapods Xcode plugin](https://github.com/kattrali/cocoapods-xcode-plugin) 443 | + [FuzzyAutoComplete](https://github.com/chendo/FuzzyAutocompletePlugin) 444 | + [JDPluginManager](https://github.com/jaydee3/JDPluginManager) 445 | + [KSImageName](https://github.com/ksuther/KSImageNamed-Xcode) 446 | + [Lin](https://github.com/questbeat/Lin-Xcode5) 447 | + [ColorSense](https://github.com/omz/ColorSense-for-Xcode) 448 | + [Dash Plugin for Xcode](https://github.com/omz/Dash-Plugin-for-Xcode) 449 | + [VVDocument-Xcode](https://github.com/onevcat/VVDocumenter-Xcode) 450 | + [XcodeColors](https://github.com/robbiehanson/XcodeColors) 451 | + [Hex Color picker](http://wafflesoftware.net/hexpicker/) 452 | + [GitDiff](https://github.com/johnno1962/GitDiff) 453 | + [Best Xcode Plugins -- blog](http://iosdevtips.co/post/82232620790/best-xcode-plugins) 454 | + [Xcode Plugins -- NSHipster](http://nshipster.com/xcode-plugins/) 455 | 456 | ## Academic Papers ## 457 | 458 | + [Papers We Love](https://github.com/papers-we-love/papers-we-love) 459 | 460 | ## Swift ## 461 | 462 | + **https://developer.apple.com/swift/blog/** 463 | + http://swiftdoc.org/ 464 | + http://www.objc.io/books/ 465 | + http://www.swifttoolbox.io 466 | + http://www.weheartswift.com/ 467 | + http://www.raywenderlich.com/74438/swift-tutorial-a-quick-start 468 | + http://mjtsai.com/blog/2014/06/04/swift-links/ 469 | + https://github.com/grant/swift-cheat-sheet 470 | + http://www.raywenderlich.com/74138/swift-language-faq 471 | + http://www.raywenderlich.com/73967/swift-cheat-sheet-and-quick-reference 472 | + http://www.alexcurylo.com/blog/2014/06/03/swift-reactions/ 473 | + https://github.com/nettlep/learn-swift 474 | + https://github.com/ksm/SwiftInFlux 475 | + https://github.com/matteocrippa/awesome-swift 476 | + http://airspeedvelocity.net/ 477 | + https://swiftnews.curated.co/ 478 | + http://www.h4labs.com/dev/ios/swift.html 479 | + [Developing iOS 8 Apps with Swift](https://itunes.apple.com/vn/course/developing-ios-8-apps-swift/id961180099) 480 | *** 481 | 482 | # Good Reads # 483 | 484 | You know, reading is essential... 485 | 486 | + [mokacoding by Giovanni Lodi](http://www.mokacoding.com/) 487 | + [Software Engineering Blogs](https://github.com/kilimchoi/engineering-blogs) 488 | + [Subtraction by Khoi Vinh](http://www.subtraction.com/) 489 | + [Coding Horror by Jeff Atwood](http://blog.codinghorror.com/) 490 | + [Blog by Micheal Tsai](http://mjtsai.com/blog/) 491 | + [inessential by Brent Simmons](http://inessential.com/) 492 | + [The Codist by Andrew Wulf](http://thecodist.com/) 493 | 494 | # Learn # 495 | 496 | + [Git tips](https://github.com/git-tips/tips) 497 | + [My own iOS notes](https://github.com/vinhnx/iOS-notes) 498 | 499 | *** 500 | 501 | ## Footnotes ## 502 | 503 | ### Current status ### 504 | 505 | ... finding resources, updating. Feel free to submit a pull request. :) 506 | 507 | ### Todo ### 508 | 509 | * Add more list description or comments 510 | * Finish adding link to list items. 511 | * Add more sections and items. 512 | 513 | ### Contribute ### 514 | 515 | Huge thanks! If you want to add your work to this list, please send me a Pull Request, I'll happily merge. If you add more sections, items; or you want to correct some information, please also send me a Pull Request. 516 | 517 | Or start >> [here](http://prose.io/#vinhnx/iOS-Toolbox/edit/master/README.md) << 518 | 519 | And since I'm not an English native speaker so If you found any grammar mistake, please also let me know. :) 520 | 521 | ### Contact ### 522 | 523 | I'm @vinhnx on both Twitter and GitHub. 524 | Feel free to send me an [email](mailto:vinhnguyen2308@gmail.com). 525 | 526 | -- 527 | 528 | ## Patreon ## 529 | 530 | I also have a Patreon in case you want to support my work. Thank you in advance! 531 | 532 | https://www.patreon.com/vinhnx 533 | 534 | Thanks for reading, keep being awesome and ship great code! :smile: 535 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman -------------------------------------------------------------------------------- /slides/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /slides/iOS Share Extension/presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS Share Extension/presentation.pdf -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/120414_FamilySouthAfrica_AT_2300_981x654-small-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/120414_FamilySouthAfrica_AT_2300_981x654-small-14.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/120414_FamilySouthAfrica_AT_2936_3000x2000-small-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/120414_FamilySouthAfrica_AT_2936_3000x2000-small-12.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/120414_FamilySouthAfrica_AT_2991_2190x1460-small-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/120414_FamilySouthAfrica_AT_2991_2190x1460-small-10.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/120414_FamilySouthAfrica_AT_4083_981x654-small-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/120414_FamilySouthAfrica_AT_4083_981x654-small-16.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/jan_koum-178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/jan_koum-178.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/jan_koum-small-179.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/jan_koum-small-179.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt10@2x-39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt10@2x-39.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt1@2x-30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt1@2x-30.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt2@2x-31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt2@2x-31.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt3@2x-32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt3@2x-32.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt4@2x-33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt4@2x-33.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt5@2x-470.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt5@2x-470.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt6@2x-471.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt6@2x-471.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt7@2x-472.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt7@2x-472.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt8@2x-37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt8@2x-37.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt9@2x-38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/mt9@2x-38.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1325.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1325.tif -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1450.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1450.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1455.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1455.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1601.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1739.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1739.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1742.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-1742.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-589.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-589.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-600.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-1451.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-1451.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-1456.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-1456.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-1602.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-1602.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-1743.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-1743.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-590.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-590.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/pasted-image-small-601.png -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st0-1898.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st0-1898.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st1-532.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st1-532.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st11-1714.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st11-1714.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st11-762.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st11-762.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st12-1060.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st12-1060.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st12-1717.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st12-1717.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st13-1654.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st13-1654.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st14-1954.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st14-1954.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st15-1057.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st15-1057.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st16-1662.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st16-1662.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st16-810.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st16-810.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st17-1393.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st17-1393.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st17-1665.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st17-1665.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st19-1598.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st19-1598.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st19-2008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st19-2008.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st21-915.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st21-915.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st24-1727.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st24-1727.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st25-1728.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st25-1728.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st26-1676.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st26-1676.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st26-1841.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st26-1841.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st28-1036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st28-1036.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st29-1037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st29-1037.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st29-1729.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st29-1729.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st30-1040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st30-1040.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st30-1732.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st30-1732.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st30-1843.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st30-1843.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st31-1029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st31-1029.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st32-1044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st32-1044.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st32-2011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st32-2011.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st33-1046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st33-1046.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st33-2013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st33-2013.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st34-1054.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st34-1054.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st39-1943.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st39-1943.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st4-684.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st4-684.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st40-1792.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st40-1792.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st43-1589.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st43-1589.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st5-695.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st5-695.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st6-1082.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st6-1082.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st6-1999.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st6-1999.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st7-1420.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st7-1420.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st8-1595.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st8-1595.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st8-1799.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st8-1799.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st8-2003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st8-2003.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st9-1609.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Data/st9-1609.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Metadata/BuildVersionHistory.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Template: Black (2014-02-28 09:37) 6 | M6.2-1861-1 7 | 8 | 9 | -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Metadata/DocumentIdentifier: -------------------------------------------------------------------------------- 1 | CC30CDD0-6705-4C96-95FA-E55BFAB2FA2A -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Metadata/Properties.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/Metadata/Properties.plist -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/preview-micro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/preview-micro.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/preview-web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/preview-web.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).key/preview.jpg -------------------------------------------------------------------------------- /slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vinhnx/iOS-Toolbox/678cfb242a48bff3bb876097e1181885cfcbc0fc/slides/iOS-Dev-Toolbox/iOS-Dev-Toolbox (2359Media sharing session).pdf --------------------------------------------------------------------------------