iphone - How to Lazy Load a static library? -
i working on project involves card swiping on different types of swipers different vendors. these swipers have own static libraries. had no issues in integrating these libraries in project i.e. fine @ compile time, @ runtime start behaving unexpectedly. due fact these libraries have common entry point, going wrong , apis getting called when should not be.
all can think of resolve issue lazy loading library. possible in ios because know lazy loading dynamic libraries. if possible how? or there other way solve issue?
Comments
Post a Comment