-
Notifications
You must be signed in to change notification settings - Fork 190
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
convert to swift #86
Comments
Super nice for those with all-Swift projects; not so nice for everyone else :) |
Do you think there could be a reason why its not possible to convert to swift? |
What are the benefits to doing so in your view? |
I see your point. Functionality wise I think it would not matter. Currently I am working on a full swift project and included the .h and .m file(s) and I am using a bridging header to use the obj-c code in my swift code. It works fine. However I try to get my project to only use native swift code :) so its more from an idealistic point of view I guess... Do you see any (other) advantages? |
The only advantage I can think of is for all-Swift projects to be a bit cleaner. What are the downsides? What happens when you drag a swift file into an existing all-ObjC project? |
If you drag a swift file in an objc project I dont know for sure what happens... Should test it... |
I think there is bridge for swift to obj-c... There is section called "Importing Swift into Objective-C" |
would be super nice to convert this to swift.
No?
The text was updated successfully, but these errors were encountered: