From 70857eb4a0934e696894b324b25224e47c1ede4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20Fran=C3=A7a=20dos=20Santos?= Date: Sat, 1 Oct 2016 15:24:11 -0300 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 24e432974..89cad66e2 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ There are 4 distinct picker view options: `ActionSheetStringPicker`, `ActionShee #### `Swift:` -``` +```swift ActionSheetMultipleStringPicker.showPickerWithTitle("Multiple String Picker", rows: [ ["One", "Two", "A lot"], ["Many", "Many more", "Infinite"] @@ -134,13 +134,14 @@ To import pod you should add string: - For `Obj-c` projects: - #import "ActionSheetPicker.h" - +```obj-c + #import "ActionSheetPicker.h" +``` - For `Swift` projects: - - import ActionSheetPicker_3_0 - +```swift + import ActionSheetPicker_3_0 +``` ### Carthage Carthage is a decentralized dependency manager that automates the process of adding frameworks to your Cocoa application.