iphone - simplest way to throw up disclaimer text after user click on information icon? -
any advice/suggestions regarding simplest way throw disclaimer text after user click on information icon? iphone/ipad development. jumping across separate xib/controller might overkill? (although perhaps simpliest setup?)
requirements be:
- main screen has small "info" button in 1 corner
- clicking on button should bring "modal" view of disclaimer text
- should support scrolling (in case of lot of text)
- should allow user somehow dismiss , main page
the simplest way think present text in uitextview
, scrollable, in custom view controller present modally.
can store the text in. adding button dismiss it, , done.
Comments
Post a Comment