Skip to content

Commit

Permalink
[UPDATE] README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tingxins committed May 6, 2017
1 parent c175ae2 commit 2c5ee4f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ CocoaPods is a dependency manager for Objective-C, which automates and simplifie

Now, TXScrollLabelView supports both **array & string**. just enjoy it. 👀

**Objective-C example :**
### Example

**Objective-C :**

/** Step1: 滚动文字 */
NSString *scrollTitle = @"xxxxxx";
Expand All @@ -86,7 +88,17 @@ Now, TXScrollLabelView supports both **array & string**. just enjoy it. 👀
You can running **TXScrollLabelViewDemo** for more details.

**Swift example :** Producting.([**Swift-version**](https://github.com/tingxins/ScrollLabelView))
**Swift :** Producting.([**Swift-version**](https://github.com/tingxins/ScrollLabelView))

### Delegate Method

Tap Gesture callback.

```
- (void)scrollLabelView:(TXScrollLabelView *)scrollLabelView didClickWithText:(NSString *)text atIndex:(NSInteger)index;
```

## Communication

Expand Down

0 comments on commit 2c5ee4f

Please sign in to comment.