Skip to content

Commit

Permalink
Remove outdated comment about iOS4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Jan 29, 2016
1 parent a3c9476 commit ffed52c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,3 @@ bridge.callHandler("getScreenHeight", null, function(response) {
alert('Screen height:' + response)
})
```

iOS4 support (with JSONKit)
---------------------------

*Note*: iOS4 support has not yet been tested in v2+.

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 comments on commit ffed52c

Please sign in to comment.