简体   繁体   English

如何在不使用ios中使用第三方文件的情况下获得类似于滑动菜单的Facebook?

[英]How to get facebook like sliding menu without using third party files in ios?

I'm struck to implement it. 我为实现它而感到震惊。 I want to display a menu, which is already pushed into navigation controller. 我想显示一个菜单,该菜单已经推送到导航控制器中。 I know i have to use transition with animation method in which i have to increase the width from 0 to required value. 我知道我必须使用动画方法进行过渡,其中我必须将宽度从0增加到所需值。 But this is not helpful coz navigation controller takes care of presenting VC when we pop it. 但这无济于事,因为我们在弹出VC时会考虑呈现VC。 So how to implement it in ios? 那么如何在ios中实现呢?

Use a separate UIWindow for the menu, so you do not interfere with the UINavigationController . 为菜单使用单独的UIWindow ,以免干扰UINavigationController
You can have the menu behind your content window and move the content window to make the menu visible. 您可以将菜单置于内容窗口的后面,并移动内容窗口以使菜单可见。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不使用第三方库的情况下在Facebook上共享链接? - how to share a link on facebook without using third party library? 我们如何在iOS中检索Facebook的third_party_id - How we can retrieve third_party_id of facebook in ios 如何在没有第三方库的情况下创建自定义幻灯片菜单? - How to create custom slide menu without third party library.? 如何在不使用任何第三方库的情况下跟踪来自iOS中所有设备的生产应用程序错误/崩溃 - How to track production app bugs/crashes from all devices in iOS without using any third party libraries 如何在 iOS 应用程序中使用 GIF,而不使用 UIKit 在 Swift 5 中的任何第三方库? - How to use GIFs inside an iOS App without any Third Party Library in Swift 5 using UIKit? 当用户使用iOS Swift从第三方,Skype等应用程序复制消息时,如何获取文本? - How can we get text while user copying message from whats up , Skype and so on like third party app using iOS Swift? 如何使用任何第三方API在ios中获取Mac地址或UDID? - How to get Mac address OR UDID in ios using any third party API? 如何在iOS 8中获得第三方键盘大小? - How to get third-party keyboard size in iOS 8? 如何在不使用第三方 URL 的情况下获取 iPhone 的公共 IP 地址 - How to get IPhone's Public IP Address without using a third party url 没有第三方应用的iOS Universal深度链接 - iOS Universal deeplinking without third party app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM