Last Version

RoboVM XCode/IB project generator 2.3.16

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

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.mobidevelop.robovm
ArtifactId

ArtifactId

robovm-ibxcode
Version

Version

2.3.16
Type

Type

jar
Description

Description

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
Project URL

Project URL

http://github.com/MobiVM/robovm
Project Organization

Project Organization

com.mobidevelop.robovm

Download robovm-ibxcode 2.3.16


<!-- https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-ibxcode/ -->
<dependency>
    <groupId>com.mobidevelop.robovm</groupId>
    <artifactId>robovm-ibxcode</artifactId>
    <version>2.3.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-ibxcode/
implementation 'com.mobidevelop.robovm:robovm-ibxcode:2.3.16'
// https://jarcasting.com/artifacts/com.mobidevelop.robovm/robovm-ibxcode/
implementation ("com.mobidevelop.robovm:robovm-ibxcode:2.3.16")
'com.mobidevelop.robovm:robovm-ibxcode:jar:2.3.16'
<dependency org="com.mobidevelop.robovm" name="robovm-ibxcode" rev="2.3.16">
  <artifact name="robovm-ibxcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mobidevelop.robovm', module='robovm-ibxcode', version='2.3.16')
)
libraryDependencies += "com.mobidevelop.robovm" % "robovm-ibxcode" % "2.3.16"
[com.mobidevelop.robovm/robovm-ibxcode "2.3.16"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-io : commons-io jar 2.7
org.apache.bcel : bcel jar 6.3.1

provided (1)

Group / Artifact Type Version
com.mobidevelop.robovm : robovm-compiler jar 2.3.16

Project Modules

There are no modules declared in this project.