3

我希望能够像这样展示我的 UIViewController:

http://upld.im/f/awU+ http://upld.im/f/CO9+

我该怎么做呢??请帮忙

4

3 回答 3

1

不幸的是,照片不再显示,所以我不确定我是否回答了你的问题......

如果您正在寻找滑动视图,您可以查看这个: https ://github.com/gotosleep/JASidePanels

底部还有一个包含替代品的列表。我个人使用以下内容: https ://github.com/edgecase/ECSlidingViewController

于 2013-04-04T13:40:43.823 回答
0

你可以使用这个。 https://github.com/ucu072/HCPushBackAnimation

详细的动画,有必要再开发一点。

于 2013-02-22T07:43:42.253 回答
0

我创建了一个 UIViewController 类别来模仿在撰写新邮件时在 Gmail 应用程序中显示的模态动画。它被称为MFFadeBackModalAnimation。它封装了用于呈现和关闭视图控制器的原生 API,因此它应该与您现有的应用程序很好地集成。

于 2013-04-18T12:07:31.377 回答