Skip to content

Commit

Permalink
Update readme to show how to use library in objective-c project
Browse files Browse the repository at this point in the history
  • Loading branch information
Husseinhj committed Mar 13, 2018
1 parent f18056d commit e55d36b
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 @@ -23,6 +23,14 @@ pod 'MaterialShowcase'

## Usage

### Objective-C

After installing `MaterialShowcase` pod, Follow the below instructions :

![Objective-C showcase](https://raw.githubusercontent.com/Husseinhj/material-showcase-ios/feat/ObjectiveCSupportScreenshot-2.png)

Using `#import "MaterialShowcase-Swift.h"` to import library to your class.

### Basic
```swift
let showcase = MaterialShowcase()
Expand Down

0 comments on commit e55d36b

Please sign in to comment.