mamaral / Neon

A powerful Swift programmatic UI layout framework.
MIT License
4.58k stars 389 forks source link

Can't use for Objective-C Application #15

Closed zixun closed 7 years ago

zixun commented 9 years ago

Can't use for Objective-C Application.

I have import the Neon-swift.h file

zdnk commented 9 years ago

did u try @import Neon; instead of #import <Neon/Neon-swift.h>?

zixun commented 9 years ago

yes,i tried. the selector in Neon.swift can use,but in other file can't

zixun commented 9 years ago

make any process?@zdenektopic

richardtop commented 9 years ago

I'm using Neon in Objective-C Application right now. The Neon framework is used in one UI-component, which is written in Swift. However, the rest of the app is Objective-C based.

zixun commented 9 years ago

how did you use with Neon? by CocoaPods?@richardoti

richardtop commented 9 years ago

I've just copied the whole framework to the project.

anhhtz commented 7 years ago

Use 'Facade'

mamaral commented 7 years ago

Let me know if you're still having issues, closing this for now.