-
Add a Graph button to your calculator’s user-interface that, when pressed, segues to a new MVC (that you will have to write) by pushing it onto the UINavigationController’s stack (on the iPhone). The …
-
1. Install develop branch of cocoapods (at fd5c7045e3b63d1bc01df375a65fd7931ff30572)
2. Create a new project in Xcode
3. Create a new Podfile. I know this is an iOS project so I can set the platform.
…
-
The new MVC graphs whatever program was in the calculator when the button was pressed. To draw the graph you will iterate over all the pixels in your view horizontally (x) and use +runProgram:usingVar…
-
first run leads to the following:
``` console
$ pod list
==> A2DynamicDelegate (1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7)
Blocks are to functions as A2DynamicDelegate is to delegates.…
-
Instead leaving the screen on whatever selection it is on for a few seconds while waiting for the API, we should probably show some kind of feedback so that the user knows something is happening: http…
-
Is there any possibility of using the IIViewDeckController with an app using Storyboarding? I would be fantastic to use it.
-
here the log:
```
→ pod list --verbose
==> A2DynamicDelegate (1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7)
Blocks are to functions as A2DynamicDelegate is to delegates.
==> A2Storyboar…