https://github.com/bryanjclark/modals-and-storyboards
Here's a quick tutorial on how to code the "dismiss modal view" part of a storyboard prototype/app. Enjoy!
https://github.com/bryanjclark/modals-and-storyboards
Last synced: 3 months ago
JSON representation
Here's a quick tutorial on how to code the "dismiss modal view" part of a storyboard prototype/app. Enjoy!
- Host: GitHub
- URL: https://github.com/bryanjclark/modals-and-storyboards
- Owner: bryanjclark
- Created: 2013-12-03T22:45:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T22:53:13.000Z (over 11 years ago)
- Last Synced: 2024-12-30T21:24:17.885Z (5 months ago)
- Language: Objective-C
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modals and Storyboards
If you're a designer, and you're digging around in code, good on ya! Storyboards are a great tool for WYSIWYG pixel-nudging, and can help you create interactive prototypes quickly.One thing that you can't do with a Storyboard is dismiss a modal view. (I know, right?) So: here's a quick sample project to show you how it's done.
Here's how to use this repo:
1. Download this repo to your machine.
2. Build and run the project in your iOS simulator.
3. On the main view of the app, tap "Settings" in the top-left corner, and read the instructions there.Enjoy! If you have any questions, either raise an issue here, or ping me on App.net/Twitter: @bryanjclark
And welcome to coding! Storyboards are what got me hooked at first, too! :)