Skip to content

Commit

Permalink
Update readme links to QandA
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Jan 12, 2016
1 parent d15a66d commit bdcc5f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/QandA.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There are many nice R.swift alternatives like [SwiftGen](https://github.com/AliS

R.swift works with iOS 8 and tvOS 9 and higher, your development machine should be on OS X 10.11 with Xcode 7 or higher.

# How to use methods with a `Void` argument?
## How to use methods with a `Void` argument?

Xcode might autocomplete a function with a `Void` argument (`R.image.settingsIcon(Void)`), just remove the `Void` argument and you're good to go: `R.image.settingsIcon()`.

Expand Down
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ Runtime validation with [`R.assertValid()`](Documentation/Examples.md#runtime-va

## Q&A

- [What are the requirements to run R.swift?](Documentation/QandA.md#what-are-the-requirements-to-run-rswift)
- [Why was R.swift created?](Documentation/QandA.md#why-was-rswift-created)
- [Why should I choose R.swift over alternative X or Y?](Documentation/QandA.md#why-should-i-choose-rswift-over-alternative-x-or-y)
- [What are the requirements to run R.swift?](Documentation/QandA.md#what-are-the-requirements-to-run-rswift)
- [How to use methods with a `Void` argument?](Documentation/QandA.md#how-to-use-methods-with-a-void-argument)
- [How does R.swift work?](Documentation/QandA.md#how-does-rswift-work)
- [Why was R.swift created?](Documentation/QandA.md#why-was-rswift-created)

## Installation

Expand Down

0 comments on commit bdcc5f0

Please sign in to comment.