iOS Question iSwiftyButton problem

walterf25

Expert
Licensed User
Longtime User
Hi All, i'm trying to use the iSwiftyButton library, i have copied the framework to my local server's Libs folder along with the library files, i' am able to compile the app just fine but as soon as the app is launched the app closes immediately, i don't see any logs at all to see what's going on.

I 'am adding the button in the designer and i' am using xcode 9.0.1, i also have the SetDebugAutoFlushLogs(True) but i still don't see any logs before the app closes.

Any idea what may be going on, i'am using an iphone 8 running version 11.4 to test, i know is the iswifty library causing this issue because if i take out the library then the app works just fine.

Any advice/suggestions, is there anything else I need to add in code to make this work?

Thanks.
Walter
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I've recompiled the framework with Xcode 9. It is available here: https://www.b4x.com/android/forum/threads/75551
Download it directly to your Mac. With that said, I don't recommend you to use this library unless you are using another Swift library. Adding a Swift library makes the compilation process much more complicated. It should be quite simple to implement similar buttons without any library.
 
Last edited:
Upvote 0

walterf25

Expert
Licensed User
Longtime User
I've recompiled the framework with Xcode 9. It is available here: https://www.b4x.com/android/forum/threads/75691

Download it directly to your Mac. With that said, I don't recommend you to use this library unless you are using another Swift library. Adding a Swift library makes the compilation process much more complicated. It should be quite simple to implement similar buttons without any library.
Thanks Erel, any examples on how to modify a button and make it look like the iswifty library buttons?

Thanks,
Walter
 
Upvote 0
Top