-
Application crashes for me after touching home button.In SideMenuTransition.hideMenuStart() SideMenuTransition.viewControllerForPresentedMenu! controller is nil.
My init looks like:
```
let leftVie…
-
I get this
**\* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Please file a radar on UIKit if you see this assertion.'
**\* First throw call stack:
(
0 …
-
I have three view controllers (View Controller A, View Controller B and View Controller C) that I want to use my menu with. My storyboard entry point is at VC A. When I tap on the button, I can open u…
-
We are attempting to use Fleet's bindViewController to mock out view controllers that we segue to in our tests. Unfortunately, the assertions that we make to prove that we have performed the segue do …
-
Hi,
we're using latest version on STPopup in our app.
There is a problem when we present the STPopup from a ViewController contained into Tabbar.
These are the steps:
1. Present STPopup
2. STPopup …
-
How can I use this library in Objective-C project, although this library is written in Swift?
-
I was inspired by Natasha the Robot's recent blog post titled [Protocol Oriented Networking in Swift](https://www.natashatherobot.com/protocol-oriented-networking-in-swift/) to start testing my ViewCo…
-
网络波动(并非切换网络方式),出现网络不可达,但是这是这一点不可达,未来的非常快的一个时间点恢复网络了,触发通知回调很慢(对于这一点的验证:我在网络不可达以后立马通过提供的block获取但网络状态是可达的)
代码如下:
# import "RRController.h"
# import "RealReachability.h"
@interface RRController ()
@prop…
-
Two issues:
After initially signing up my PFUser, I can never get them to logout with any logout method.
Even after deleting the sessions and user in the Parse dashboard, the user still persists somew…
-
手动横屏没有问题, 如果设置页面自动旋转横屏时, 画面会有一部分不能显示, 该怎么办啊?