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.
Asked
Active
Viewed 523 times
3
-
please provide the youtube video tutorial URL....... – Nag_iphone Feb 14 '12 at 04:41
-
see this url,it may be help to u:http://stackoverflow.com/questions/1406037/custom-animation-for-pushing-a-uiviewcontroller – Nag_iphone Feb 14 '12 at 05:03
-
@- Nag_iphone u want youtube ul? – stackiphone Feb 14 '12 at 05:13
1 Answers
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