ios-template icon indicating copy to clipboard operation
ios-template copied to clipboard

A `cookiecutter` template for iOS projects

Results 44 ios-template issues
Sort by recently updated
recently updated
newest added

In APISerialization.swift, we have two checks: ```swift validData.count > 0 ``` and ```swift validData.count >= 0 ``` The first can be simplified to `!validData.isEmpty`. The second is wrong, since the...

bug

Debugger was yelling about duplicate fabric things. Internet/Cocoapods says to `inherit! :search_paths` in the test target pods

we built a lightweight mechanism for reading JSONAPI responses from the RZ built API that leverages the features of the JSON API spec like relationships and included content. We should...