Chris H
Results
2
issues of
Chris H
I need to run some Xcode unit tests based on the XCTest class. In **SMART_on_FHIR_iOSTests.swift** you have a simple example ``` swift class ClientTests: XCTestCase { func testInit() { let...
As part of learning 'layout' and verifying that it will accomplish what I need I am building a set of example apps of increasing complexity. https://github.com/chh51/layoutExample 1) Any suggestions are...