Bläddra i källkod

Added video tutorial to README (#4286)

* Add files via upload

* New Video Tutorial

Have created a video tutorial on YouTube. Hope you like it
Alex Nagy 5 år sedan
förälder
incheckning
a83588f7d1
2 ändrade filer med 10 tillägg och 0 borttagningar
  1. BIN
      Assets/ChartInSwift.png
  2. 10 0
      README.md

BIN
Assets/ChartInSwift.png


+ 10 - 0
README.md

@@ -48,6 +48,16 @@ In order to correctly compile:
 
 ## 3rd party tutorials
 
+#### Video tutorials
+
+* Alex Nagy | [Rebeloper](https://www.youtube.com/rebeloper)
+<a href="https://www.youtube.com/watch?v=mWhwe_tLNE8&list=PL_csAAO9PQ8bjzg-wxEff1Fr0Y5W1hrum&index=5">
+  <img src="https://github.com/rebeloper/Charts/blob/master/Assets/ChartInSwift.png"
+      alt="Chart in Swift - Setting Up a Basic Line Chart Using iOS Charts">
+</a>
+
+#### Blog posts
+
 * [Using Realm and Charts with Swift 3 in iOS 10 (Sami Korpela)](https://medium.com/@skoli/using-realm-and-charts-with-swift-3-in-ios-10-40c42e3838c0#.2gyymwfh8)
 * [Creating a Line Chart in Swift 3 and iOS 10 (Osian Smith)](https://medium.com/@OsianSmith/creating-a-line-chart-in-swift-3-and-ios-10-2f647c95392e)
 * [Beginning Set-up and Example Using Charts with Swift 3](https://github.com/annalizhaz/ChartsForSwiftBasic)