I am developing a simple app using ResearchKit framework and I have created my own User Interface. As ResearchKit provides pre-built user interface, is there any way that I can use my UI instead of the one provided by ResearchKit. If so, how to integrate?? I am using xibs.
Asked
Active
Viewed 393 times
1 Answers
0
ResearchKit is an open source project and it's code is available at https://github.com/researchkit/researchkit. So nothing stop you from forking the project and fully customizing any aspect.
It seem like most of the UI is coded directly in code (not XIB) so you will have to get your hands dirty.

Hugues BR
- 2,238
- 1
- 20
- 26