Erik Hornberger

Results 59 comments of Erik Hornberger

You can access the image view on an `OCKDetailViewController` like this ```swift let detailViewController: OCKDetailViewController = // ... detailViewController.detailView.imageView.image = UIImage(named: "my-image") ```

@UmairShams Do you still need guidance? I'm not sure what you are asking for specifically.

Can you show me what the code in your `SurveyViewSynchronizer` looks like?

It's still technically in beta, so the documentation isn't complete yet, but you can find two example implementations in the CareKit repo. In the unit tests, there is a `SimulatedServer`...

Thanks for you question Cooper! This is indeed the right place to put your questions, no need to feel bad! At first blush, it looks like you're doing everything correctly....

Let me ask a couple follow up questions too: 1. Which task view controller are you using to present the survey? Is it the `OCKInstructionsTaskViewController`? 2. How are you persisting...

We don't officially support it, but some components do work to some extent. If you discover bugs, you can report them here on GitHub, but since we aren't officially supporting...

Thanks for the PR! We'll begin going over it and leaving feedback soon!

Yes, that’s a known issue. We’ve noticed that it happens at a certain time of day, and only on Travis’s CI servers. We are unable to reproduce it locally as...

@SiddharthMurugaiyanS Did Andrea's suggestion help?