https://github.com/fwextensions/ios-tippy
Demo iOS app project.
https://github.com/fwextensions/ios-tippy
Last synced: about 2 months ago
JSON representation
Demo iOS app project.
- Host: GitHub
- URL: https://github.com/fwextensions/ios-tippy
- Owner: fwextensions
- Created: 2015-01-20T06:46:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T06:47:06.000Z (over 11 years ago)
- Last Synced: 2025-02-25T20:24:27.820Z (over 1 year ago)
- Language: Swift
- Size: 344 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tippy
The whole project took about 1.5 hours, though a chunk of that was trying to figure out why dragging and dropping views wasn't working. Turns out that if you have the View Controller icon selected in the header above the storyboard, when you add a UI element, it replaces the View as a child of the View Controller. So you can only have one element, which is undraggable, since it's covering the full area of the View Controller.
All the required stories were completed, though none of the optional ones.
