Explorar o código

Add Swift example

Greg Heo %!s(int64=8) %!d(string=hai) anos
pai
achega
c50e6e51c5
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -37,9 +37,15 @@ In the iOS simulator, you can use keyboard shortcuts to activate FLEX. `f` will
 Short version:
 
 ```objc
+// Objective-C
 [[FLEXManager sharedManager] showExplorer];
 ```
 
+```swift
+// Swift
+FLEXManager.shared().showExplorer()
+```
+
 More complete version:
 
 ```objc