Persistent Native Styling in Swift #8179
Unanswered
vcarrerasj
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using AdaptiveCards 2.8.8 with Cocoapods, Swift 5 and Xcode 14.2.
Following the documentation, the first steps is to alter the xibs files inside the Pods folder. (In my case the path with all those xibs is: Pods/AdaptiveCards/AdaptiveCardsCore/Resources/ )
This is not enough, since being inside the Pods folder when the dependencies change, the files will be overwritten, resetting their content. So, following the mentioned documentation, the second step is to generate nibs files from the xibs files. For example:
Then the generated nib files can be then replaced at AdaptiveCards.framework. The only match I've found about AdaptiveCards.framework is in the DerivedData folder, outside of the project. I'm not quite sure where we are expected to replace the nib file and an example would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions