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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -