Swift World This Week (03.13 - 03.19)

386 阅读1分钟
原文链接: pengguo.xyz
  1. Introducing Plank: Immutable model generation for iOS

  2. GitHub - willowtreeapps/spruce-ios: Swift library for choreographing animations on the screen.

  3. Getting started with TensorFlow on iOS - “In this blog post I’ll explain the ideas behind TensorFlow, how to use it to train a simple classifier, and how to put this classifier in your iOS apps.”

  4. GitHub - Touchwonders/Transition: Easy interactive interruptible custom ViewController transitions

  5. Service-oriented AppDelegate – iOS App Development – Medium - “I will show you how to decouple it from its sub-functionalities by creating a clean plugin-based architecture.”

  6. GitHub - Nightonke/Gitee: Gitee, OS X status bar application for Github

  7. Architecting for Features - “An app is now something that gives the user the information or interaction they need at the moment they need it… I really focused on setting it up for features instead of adding new functionality to the app”

  8. GitHub - zixun/GodEye: Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes

  9. iOS Continous integration: Xcode Server, Jenkins, Travis and fastlane - “Twice in the last year my team was looking at the tremendous task of choosing and sticking with a continuous integration(from now on CI) server to meet our needs.”

  10. The Brief Guide to Testing Mobile Interfaces – UX Planet