Posts

Showing posts with the label Swift

call API in playground

go to file: go to new : goto playground: //: Playground - noun: a place where people can play import  XCPlayground import  UIKit XCPSetExecutionShouldContinueIndefinitely (continueIndefinitely:  true ) var  str =  "Hello, playground" func  hello() {      print ( "Hello, World" ) } hello () class  Location:  NSObject  {      var  id:  String      var  name:  String      init (id :  String , name:  String ){          self . id  = id          self . name  = name      }      } var  fetchedLocation = [ Location ]() // var myArray: NSArray! = [] var  cart: [[ String :  Any ]] = [] var  arrobj: [[ String :  Any ]] = [] func  location(){ let  par:  Strin...

IOS FireBase

Image
  All playlists Created playlists    https://www.youtube.com/user/ CodeWithChris/playlists     5 VIDEOS MySQL Tutorials       19 VIDEOS Learn Swift       8 VIDEOS Firebase Tutorials for iOS Apps       18 VIDEOS How To Make iPhone Apps With No Programming Experience (Xcode 8, Swift 3)       13 VIDEOS Parse Tutorials     7 VIDEOS Useful Code Libraries - Cocoapods and GitHub       4 VIDEOS How To Make a Soundboard App       7 VIDEOS How To Make a Shopping App       13 VIDEOS How To Make a YouTube Video App       17 VIDEOS How To Make an iPhone App with No Programming Experience (Xcode 7)     1 VIDEO Special Guests     View 13 more

Swift

Image
llk Firebase The Swift Guy 6 videos 2,220 views Last updated on Mar 19, 2017 Play all   Share   Saved   Firebase Database In Xcode 8 (Swift 3) - Part 1/3 by  The Swift Guy 10:05   Firebase Database In Xcode 8 (Swift 3) - Part 2/3 by  The Swift Guy 12:21   Firebase Database In Xcode 8 (Swift 3) - Part 3/3 by  The Swift Guy 12:03   Firebase Authentication In Xcode 8 (Swift 3) - Part 2/2 by  The Swift Guy 15:08   Firebase Authentication In Xcode 8 (Swift 3) - Part 1/2 by  The Swift Guy 10:46   How To Use AdMob With Xcode 8 (Swift 3) by  The Swift Guy 12:08 ljkj Advanced Tutorials The Swift Guy 2 videos 373 views Last updated on May 8, 2017 Play all   Share   Save   Higher Order Functions In Xcode 8 (Swift 3) - Part 1/2 by  The Swift Guy 11:36   Higher Order Functions In ...