top2tech

Results 8 comments of top2tech

+1, I have dozens of items, each has different icon. I put them in a JSON file (and updatable from server). name lookup will help greatly for this scenario. Thanks!

Another library has name look up: https://github.com/alexdrone/ios-fontawesome But I want to stick to this library.

Actually the following icons are also missing: commentingOIconWithSize diamondIconWithSize blackTieIconWithSize userSecretIconWithSize streetViewIconWithSize I happen to use them, so I find it out, I believe there are more that are missing,...

false alarm. It's because Cocoapod is not updated. I was using the library directly from this git, then I switched to cocoapod, then some of icons are missing, as cocoapod...

Actually I don't want to do cleanup. I'm just worried that it may be cleaned up by user or by iOS, then SwiftR will be broken?

same here, add use_framework! in podfile will trigger this issue.

it had been discussed in https://github.com/KrauseFx/TSMessages/issues/213. So it's fixed in master branch, but not released to cocoapad. As a workaround, if you can use the master branch, you can put...

same issue as: https://github.com/KrauseFx/TSMessages/issues/225