Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.32 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.32 KB

NKBlueprint - Objective-C Edition

About

NK Blueprint Objective-C Edition is a collection of various Objective-C / Javascript mix examples for the NimbleKit iOS framework. All contributions welcome!

Requirements

How To Use

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

  1. Add deBounce.h & deBounce.m to your project
  2. Register the class with NKRegisterClass("deBounce");
  3. Call the function with CallNKitAction('dummy?className=deShadow')
  4. Tada! webView shadow should now be gone

More Details

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

NKBP  Default