We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Usage Examples (markdown)
add missing parenthases :)
not unwrapped
Updated the Swift syntax for referencing the "not connected" constant (the raw constant name would not compile) - not sure if this is the right way to fix the problem, though :-)
Reverted fix for Xcode 7b5 as it's fixed in beta 6
Updated for Xcode 7 beta 5 and its ObjCBool trick
fixture() example code was broken for current version of OHHTTPStubs (4.0.2) in Swift 1.2.
Update Swift formatting. Add space after colon and add spaces around ->
Update OHFilePath -> OHPathForFile and status: -> statusCode:
Fix swift example by adding the missing parameter for the closure
Added Swift variants for every example.