Use SnapKit for Wallet app #77
anhnguyenbitmark
started this conversation in
General Discussion
Replies: 2 comments 2 replies
-
I’ve never used SnapKit and can’t comment on its security. I generally avoid third party libraries unless they are absolutely required but that’s just my personal preference and not necessarily because of security concerns. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't know anything about SnapKit, so I can't recommend it. If you can use SwiftUI, that is what I recommend. SwiftUI includes its own layout DSL directly in Swift. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @wolfmcnally @Fonta1n3 ,
Would you recommend using SnapKit for iOS wallet apps?
As SnapKit defines DSL to make Auto Layout easy, it will save us a bit effort in making UI of the app. And since we anticipate that the UI will be frequently changed during the development, having SnapKit's help would be a significant advantage.
But we are still worry for its security factor. That's why we would love to have your advices for this.
Beta Was this translation helpful? Give feedback.
All reactions