Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay authored and Akshay committed Jul 13, 2017
1 parent 0075839 commit 6f2ac3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ResearchKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ResearchKit'
s.version = '1.5.0'
s.version = '1.5.1'
s.summary = 'ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.'
s.homepage = 'https://www.github.com/ResearchKit/ResearchKit'
s.documentation_url = 'http://researchkit.github.io/docs/'
Expand Down
1 change: 1 addition & 0 deletions ResearchKit/ActiveTasks/ORKShoulderRangeOfMotionStep.h
Expand Up @@ -36,6 +36,7 @@
The `ORKShoulderRangeOfMotionStep` class represents a step that takes a range of motion measurement
for either a left or right shoulder.
*/
ORK_CLASS_AVAILABLE
@interface ORKShoulderRangeOfMotionStep : ORKRangeOfMotionStep

@end
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKPasscodeStepViewController.m
Expand Up @@ -182,6 +182,7 @@ - (void)viewDidAppear:(BOOL)animated {
}

if (!_shouldResignFirstResponder) {
[self.view layoutIfNeeded]; // layout pass might be required before showing the keyboard
[self makePasscodeViewBecomeFirstResponder];
}
}
Expand Down
1 change: 1 addition & 0 deletions ResearchKit/Common/ORKVideoInstructionStep.h
Expand Up @@ -41,6 +41,7 @@ NS_ASSUME_NONNULL_BEGIN
You can use video instruction steps to present video content during a task.
*/
ORK_CLASS_AVAILABLE
@interface ORKVideoInstructionStep : ORKInstructionStep

/**
Expand Down

0 comments on commit 6f2ac3f

Please sign in to comment.