jar

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 JAR file - Latest Versions:

All Versions

Download com.mobidevelop.robovm : robovm-ibxcode JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window robovm-ibxcode-2.3.19.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.robovm.ibxcode

├─ org.robovm.ibxcode.IBException.class - [JAR]

├─ org.robovm.ibxcode.IBXcodeProject.class - [JAR]

├─ org.robovm.ibxcode.Utils.class - [JAR]

org.robovm.ibxcode.consts

├─ org.robovm.ibxcode.consts.AnnotationsTypes.class - [JAR]

├─ org.robovm.ibxcode.consts.ClassNames.class - [JAR]

├─ org.robovm.ibxcode.consts.StringConsts.class - [JAR]

org.robovm.ibxcode.pbxproj

├─ org.robovm.ibxcode.pbxproj.PBXBuildFile.class - [JAR]

├─ org.robovm.ibxcode.pbxproj.PBXFile.class - [JAR]

├─ org.robovm.ibxcode.pbxproj.PBXGroup.class - [JAR]

├─ org.robovm.ibxcode.pbxproj.PBXNode.class - [JAR]

├─ org.robovm.ibxcode.pbxproj.PBXProject.class - [JAR]

├─ org.robovm.ibxcode.pbxproj.PrintStreamTab.class - [JAR]

org.robovm.ibxcode.parser

├─ org.robovm.ibxcode.parser.IBClassHierarchyData.class - [JAR]

├─ org.robovm.ibxcode.parser.IBClassHierarchyResolver.class - [JAR]

├─ org.robovm.ibxcode.parser.IBClassMemberParser.class - [JAR]

org.robovm.ibxcode.export

├─ org.robovm.ibxcode.export.FrameworkExportData.class - [JAR]

├─ org.robovm.ibxcode.export.IBActionExportMemberItem.class - [JAR]

├─ org.robovm.ibxcode.export.IBClassExportData.class - [JAR]

├─ org.robovm.ibxcode.export.IBOutletCollectionExportMemberItem.class - [JAR]

├─ org.robovm.ibxcode.export.IBOutletExportMemberItem.class - [JAR]

├─ org.robovm.ibxcode.export.IClassExportMemberItem.class - [JAR]

├─ org.robovm.ibxcode.export.XCodeProjectExporter.class - [JAR]

Advertisement