-
**Environment details**
iOS version = (Deployment target on Xcode) 9.0, 'QMServices' = v0.4, 'QMChatViewController' = v0.3.10
**Expected behavior**
Ability to get messages sender id
**Actual behavio…
-
Hello Dear,
I am using storyboard. If i set entry point using storyboard then dialog working fine. When i set rootViewController programmatically in AppDelegate, DatePickerDialog not working anymore.…
-
I'd encounter a problem when show user data on initial view load (user logged in), as I see the problem is user data fetch before app connected to DDP server.
My question is how to ensure app connect…
-
how it looks like in action ¯_(ツ)_/¯
-
Dialog doesn't appear on my project.
Dialog view's frame seems to be correct:
`(0.0, 0.0, 320.0, 568.0)`
Also I tried to bring subview front by adding this line in the `func show:` method:
`UIAppl…
-
```
2016-06-24 13:53:56.204 ToDoLite[12942:1143615] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Storyboard () doesn't contain a view controller with identifier…
-
Hi,
The side viewController appears behind the iOS status bar when it is loaded from a storyboard.
Steps to reproduce the issue:
1. Load kitchensink example project
2. Set a custom viewController in…
-
Hi,
Thanks for your work on this control and sharing it as open-source.
I've played around on this stuff and I'm stumbled with some issues.
1. During the initial load, the `menuButtonImage` doesn't…
-
Hi.
I'm triying to implement your Menu in my project. I'm following the example that do you have in the specifications, all works fine, but when I swipe the Main view, I only see a minimal border of…
-
Hi all,
First of all, many thanks for this useful library.
I have implemented an app in Swift which has multiple storyboards. The first item of my left menu is of course "Home". If I recall the link …