Skip to content

Commit

Permalink
FlineDev#55 Ignore example in IB comments
Browse files Browse the repository at this point in the history
  • Loading branch information
romanr authored Jul 31, 2017
1 parent 12c392b commit 7ddbdb2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,14 @@ func updateTimeLabel(minutes: Int) {
```
The `%d minute(s) ago` key will be taken from Localizable.stringsdict file, not from Localizable.strings.

### Use #bc-ignore! in Interface builder without affecting your texts

To avoid littering views with `#bc-ignore!` token, you can add #bc-ignore! into "Comment for localizer" box in object properties:

<img src="Ignore-Example1.png" width="275px" height="491px">

<img src="Ignore-Example2.png" width="272px" height="195px">

## Migration Guides

This project follows [Semantic Versioning](http://semver.org).
Expand Down

0 comments on commit 7ddbdb2

Please sign in to comment.