Other B4i v3.60 BETA is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
This update adds support for Swift frameworks.
It allows libraries developers to create wrappers for Swift frameworks. This is an important feature as Swift is becoming popular and many open source projects are written in Swift.

Example: https://www.b4x.com/android/forum/threads/iswiftybutton.75551/#content

Note that there are Swift features that are not supported by Objective C and will therefore not be exposed: https://developer.apple.com/library....html#//apple_ref/doc/uid/TP40014216-CH4-ID53

Swift frameworks are supported by iOS 8+ and require Xcode 8 (if using a local builder).
 

tufanv

Expert
Licensed User
Longtime User
Great !
Erel , Is there a chance that you can show us a way to learn to wrap some simple swift projects like a small tutorial or isnt it even possible without a objective c with a tutorial =) ? thanks
This update adds support for Swift frameworks.
It allows libraries developers to create wrappers for Swift frameworks. This is an important feature as Swift is becoming popular and many open source projects are written in Swift.

Example: https://www.b4x.com/android/forum/threads/iswiftybutton.75551/#content

Note that there are Swift features that are not supported by Objective C and will therefore not be exposed: https://developer.apple.com/library....html#//apple_ref/doc/uid/TP40014216-CH4-ID53

Swift frameworks are supported by iOS 8+ and require Xcode 8 (if using a local builder).
 
Last edited:
Upvote 0

Andrew Lindsay

Member
Licensed User
Longtime User
Upvote 0
Top