RITAccess / accessbraille

A braille accessibility framework and learning app for iOS
3 stars 0 forks source link

Instructions Menu #9

Closed piperchester closed 11 years ago

piperchester commented 11 years ago

Currently there is no screen that tells the user how to use the application. This might be helpful to first-users or people coming into the project.

piperchester commented 11 years ago

Looking into using InterfaceBuilder to create the instructions screen.

piperchester commented 11 years ago

Instructions can now be accessed from the Main Menu. Still need to add NavBar button and functionality.

piperchester commented 11 years ago

Am currently dynamically creating text, but having trouble with proper spacing. I tried a bulleted list but wasn't met with much success. The bullets would just display in an inline:block format.

7imbrook commented 11 years ago

you can use \n to put in a newline if need be.

~Michael Timbrook Student Researcher Rochester Institute of Technology Software Engineering B.S.

On Mar 12, 2013, at 1:29 PM, Piper Chester notifications@github.com wrote:

Am currently dynamically creating text, but having trouble with proper spacing. I tried a bulleted list but wasn't met with much success. The bullets would just display in an inline:block format.

— Reply to this email directly or view it on GitHub.

piperchester commented 11 years ago

Instructions Menu is functional. I'm closing this issue as pleasetest for future edits/tweaks.