DOC

com.mobidevelop.robovm : robovm-ibxcode

Maven & Gradle

Mar 19, 2023
1 usages
899 stars

RoboVM XCode/IB project generator · The RoboVM doesn't provide any functionality to edit xib/storyboards at iOS side. All changes to be done in Interface Builder. To simplify it simple xcode project is generated that contains all classes that are exported by Custom class. These classes expose IBOutlet/IBOutletCollection/IBAction/IBObservable to easy attach outlet to corresponding field/setter in class

Table Of Contents

Latest Version

Download com.mobidevelop.robovm : robovm-ibxcode Javadoc & API Documentation - Latest Versions:

All Versions

Download com.mobidevelop.robovm : robovm-ibxcode Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file robovm-ibxcode-2.3.19-javadoc.jar to robovm-ibxcode-2.3.19-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder robovm-ibxcode-2.3.19-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "robovm-ibxcode-2.3.19-sources.jar" -d "robovm-ibxcode-2.3.19-javadoc" -subpackages 

Advertisement