3

how can we add a shrinking and expanding view instead of normal push and pop for transom between news.i have seen Adems youtube video tutorial for adding shrinking and expanding transition ,but there is no code available for download.how can i implement this to subviews?.is that possible.

stackiphone
  • 1,245
  • 3
  • 19
  • 41

1 Answers1

1

If what you're trying to do is a popover segue from a UIBarButtonItem, check out these two methods:

presentPopoverFromBarButtonItem:permittedArrowDirections:animated:
presentPopoverFromRect:inView:permittedArrowDirections:animated:
Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
Damien Del Russo
  • 1,040
  • 8
  • 19