NK Blueprint Objective-C Edition is a collection of various Objective-C / Javascript mix examples for the NimbleKit iOS framework. All contributions welcome!
- Xcode with the latest version of NimbleKit installed (Download Link)
Download the project, unzip & run. You can then add the relevant class files to your project to add any functionality that you might require.
####For Example: To remove the shadow that the webView adds to your pages on scrolling
- Add deBounce.h & deBounce.m to your project
- Register the class with
NKRegisterClass("deBounce");
- Call the function with
CallNKitAction('dummy?className=deShadow')
- Tada! webView shadow should now be gone
See the NimbleKit forum thread for further details, to make requests or report bugs - or alternatively feel free to do so in the gitHub issue tracker