My First Swift Library for Xcode

Library to do a few things

Instructions

  • First add NewLibrary.swfitmodule to App's Build settings, Import paths.
  • Then add libNewLibrary to projects folder

To use Library

  • Look at NewLibrary Docs (You'll need to unzip it first and only viewable on macOS)
  • Can use
result0 = NewLibrary.numb(valueX: X, ValueY: Y)
result1 = NewLibrary.var1(val1: word1, val2: word2)
result2 = NewLibrary.var2(val1: printMe)

Hope this helps.