Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enum-type variables should not be pointers #9

Open
zeen opened this issue Jul 11, 2013 · 2 comments
Open

enum-type variables should not be pointers #9

zeen opened this issue Jul 11, 2013 · 2 comments

Comments

@zeen
Copy link

zeen commented Jul 11, 2013

No description provided.

@djaonourside
Copy link

Any news about this issue? Please look at example below:
haxe code

enum ImageSourceType {
    Local;
    Facebook;
}
...
public var type :ImageSourceType;

compiles to

typedef enum {
    Local,
    Facebook
} ImageSourceType;
...
@property (nonatomic) ImageSourceType *type;

This property shouldn't be a pointer.

@djaonourside
Copy link

Hello, @ralcr! Excuse my irrelevant to the issue question but I'm planning do my project on ios target and have to deside whether I should do it with your lib and haxe or obj c(I'd prefer haxe). Are you planning any support of haxe obj c library and solve the existing issues or not? Thank you:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants