Skip to content

Commit

Permalink
Merge pull request #2 from cats-oss/reduce-readme-resources
Browse files Browse the repository at this point in the history
Remove README image resources
  • Loading branch information
marty-suzuki authored Mar 22, 2019
2 parents 5509137 + 00c0447 commit 483eba9
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align='center'>
<img src='./Resources/unio_logo.png' width='200px'>
<img src='https://user-images.githubusercontent.com/2082134/54809507-d9a1b580-4cc6-11e9-93cf-2ffd8e1e952c.png' width='200px'>
</p>
<p align='center'>
<strong>Un</strong>idirectional <strong>I</strong>nput <strong>O</strong>utput framework
Expand Down Expand Up @@ -78,7 +78,7 @@ input.accept("query", for: \.searchText)
input.onEvent(.next(()), for: \.buttonTap)
```

![](./Resources/input.jpg)
![](https://user-images.githubusercontent.com/2082134/54809413-8fb8cf80-4cc6-11e9-9dc2-07cd14f5c2d8.jpg)

### Output

Expand Down Expand Up @@ -116,7 +116,7 @@ output.value(for: \.repositories)
try? output.value(for: \.isEnabled)
```

![](./Resources/output.jpg)
![](https://user-images.githubusercontent.com/2082134/54809443-a2cb9f80-4cc6-11e9-8d10-dfe2403f798b.jpg)

### State

Expand Down Expand Up @@ -216,7 +216,7 @@ fianl class GitHubSearchViewStream: UnioStream<GitHubSearchViewStream.Logic> {

Here is an example.

![](./Resources/search.gif)
![](https://user-images.githubusercontent.com/2082134/54809487-bf67d780-4cc6-11e9-83aa-4fa69060702a.gif)

Define GitHubSearchViewStream for searching GitHub repositories.

Expand Down Expand Up @@ -307,9 +307,9 @@ final class GitHubSearchViewController: UIViewController {

You can use Xcode Templates for Unio. Let's install with `./Tools/install-xcode-template.sh` command!

![](./Resources/template.png)
![](https://user-images.githubusercontent.com/2082134/54809497-cdb5f380-4cc6-11e9-97f1-a75bd4439891.png)

![](./Resources/file_gen.gif)
![](https://user-images.githubusercontent.com/2082134/54809365-6f891080-4cc6-11e9-82c9-444b1fdefc07.gif)

## Installation

Expand Down
Binary file removed Resources/file_gen.gif
Binary file not shown.
Binary file removed Resources/input.jpg
Binary file not shown.
Binary file removed Resources/output.jpg
Binary file not shown.
Binary file removed Resources/search.gif
Binary file not shown.
Binary file removed Resources/template.png
Binary file not shown.
Binary file removed Resources/unio.png
Binary file not shown.
Binary file removed Resources/unio_logo.png
Binary file not shown.

0 comments on commit 483eba9

Please sign in to comment.