-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix storyboards for consistency #15
Conversation
…n compiled for landscape only.
@@ -43,15 +43,6 @@ | |||
<point key="canvasLocation" x="-134" y="-498"/> | |||
</scene> | |||
</scenes> | |||
<classes> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do the outlets for ipad inherit from iphone? (you tested this change for both right?? :) )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is inherited from iphone. I tested on both and just manually verified that the outlets are the same in both storyboards (in the xcode ui). Everything looked kosher to me.
merged with 659ae85 |
add a way to initiate handshake with different peers using different PSK identity.
update Secure server to be compliant with new api of scandium pull request SeleniumHQ#15
The ipad and iphone storyboards were different. In this case, that caused two problems:
1: The status bar did not align properly when the app was compiled with only landscape as a supported orientation.
2: The status text never showed up when the app was forced landscape on ipad.
This fixes both issues and doesn't change functionality for the normally compiled app.
I signed the CLA.