Skip to content
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

iPad Support #28

Closed
robhasacamera opened this issue Jul 14, 2012 · 0 comments
Closed

iPad Support #28

robhasacamera opened this issue Jul 14, 2012 · 0 comments
Assignees
Milestone

Comments

@robhasacamera
Copy link
Owner

Make your Calculator work on the iPad too (in the same application, i.e., a Universal application) by having two storyboards, one for the iPhone (described above) and one for the iPad that uses a UISplitViewController to present your old Calculator MVC on the left of the screen (or in a popover) and your new graphing MVC on the right.

Since both MVCs will be on the screen at the same time, you will not need a segue; instead, you will have to get a pointer to the other MVC using UISplitViewController API. You should only update the right side of the split view when the Graph button is pressed (not continuously as the brain is modified).

@ghost ghost assigned robhasacamera Jul 14, 2012
robhasacamera added a commit that referenced this issue Jul 22, 2012
…lso, the description of the program is still showing which closes #23.
robhasacamera added a commit that referenced this issue Jul 26, 2012
…he new slide in style popover that was introduced in iOS 5.1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant