Skip to content

Commit ffed52c

Browse files
committed
Remove outdated comment about iOS4 support
1 parent a3c9476 commit ffed52c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,3 @@ bridge.callHandler("getScreenHeight", null, function(response) {
205205
alert('Screen height:' + response)
206206
})
207207
```
208-
209-
iOS4 support (with JSONKit)
210-
---------------------------
211-
212-
*Note*: iOS4 support has not yet been tested in v2+.
213-
214-
WebViewJavascriptBridge uses `NSJSONSerialization` by default. If you need iOS 4 support then you can use [JSONKit](https://github.com/johnezang/JSONKit/), and add `USE_JSONKIT` to the preprocessor macros for your project.

0 commit comments

Comments
 (0)