Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Easy XIB and Storyboard localization. Reference translations directly from Interface Builder and resolve them at build time.
Swift 5 1
A Moya plugin for easy integration testing of your Moya network requests using XCTest
Swift 6
Dead simple theming for React Native stylesheets
TypeScript 27 3
Generate HTTP request signatures according to https://tools.ietf.org/html/draft-cavage-http-signatures
Swift 3
import { useState } from "react"
export function useToggle(initialState: boolean = false): [boolean, () => void] {
const [state, setState] = useState<boolean>(initialState)
return [
A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
Swift 267 113
Seeing something unexpected? Take a look at the GitHub profile guide.