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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -