loganwright / SimpleChat

An Easy To Use Bubble Chat Interface
Mozilla Public License 2.0
262 stars 53 forks source link

Unclear instruction for usage from Swift #37

Closed geophile closed 8 years ago

geophile commented 8 years ago

I am a new iOS developer, so it is entirely possible this is just unclear to me.

The first instruction under Swift says: Import <#YourProductModule#>-Swift.h

What does this mean? Where does the import go? And what is <#YourProductModule#>-Swift.h? I don't believe my code has one of these. Or should it be something like SimpleChat-Swift.h?

By the way, this looks like useful code, and I'm learning quite a bit just reading it.

loganwright commented 8 years ago

Hi @geophile

If you're working in Swift, none of this applies. It's only relevant to those wishing to import this library into their ObjC code base. To do that, you have to use your product module which is usually created for you.

Are you writing in Swift or ObjC?

geophile commented 8 years ago

Thanks for your reply. I’m working in Swift, and SimpleChat is working fine.

On Mar 18, 2016, at 5:11 PM, Logan Wright notifications@github.com wrote:

Hi @geophile https://github.com/geophile If you're working in Swift, none of this applies. It's only relevant to those wishing to import this library into their ObjC code base. To do that, you have to use your product module which is usually created for you.

Are you writing in Swift or ObjC?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/LoganWright/SimpleChat/issues/37#issuecomment-198543383