RITAccess / accessbraille

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

NSAttributedString in Instruction view #213

Closed 7imbrook closed 9 years ago

7imbrook commented 11 years ago

The populateSlides: methods currently only returns NSString and displays that text. Needs to be updated to use attributed strings (or something to that extent) to properly display text.

See file InstructionsViewController.m

EDIT: Additional,