Install JIRA Mobile Connect SDK on iOS

I downloaded all the code from the JIRA Mobile connect site, but I encountered this problem when installing JIRA Mobile connect, everything is fine, but in My project I have one JMCViewController.xib and it contains one scrollview and the class assigned to this scroll is JMCScrollViewContainer and this is missing. How to find this class, I tried everything, but did not succeed, so can anyone solve this problem? Please help Thanx in Advance for any help with any advice,

+4
source share
1 answer

These classes have been added recently, so you will need to manually add them.

You can get them from here https://bitbucket.org/atlassian/jiraconnect-ios/src/0f2c90244acd/JIRAConnect/JMCClasses/Core/views

+2
source

Source: https://habr.com/ru/post/1392177/


All Articles