1

Is there any way for implementing popovers and split-view in iphone application?.I saw a bible app OliveTree Bible reader,In this app they use the pop overs like feature and split-view like view display.I know split-view is only for ipad ,but how can i achieve these features in iphone app like the OliveTree Bible app.

Thanks in advance

highlycaffeinated
  • 19,729
  • 9
  • 60
  • 91
Nipin Varma
  • 384
  • 1
  • 7
  • 1
    You should write the necessary code yourself. A split view is just two view on the screen. `addSubview:` should help. – dasdom Aug 10 '11 at 12:06

1 Answers1

0

just use WEPopover

Alex Terente
  • 12,006
  • 5
  • 51
  • 71