-
is it possible to show Intro With Custom View From storyboard instead of Nib(xib file) ?
-
Any one Made it ? I want to download the menu on startup of app..
-
Hi, I have a little issue, when I implement the drawer and the menu bar. I can't have access to my original ViewController. I try to tap on my subviews and I can't have user Interaction. How can I fix…
-
Hello Ryoichi-san,
Is it ok with you if we post this sample here? https://github.com/typhoon-framework/Typhoon-CoreData-RAC-Example
Kind Regards,
Jasper
Linked SO question: http://stackoverflow.c…
-
@chrisfsampaio
Estou tentando fazer o fluxo de login, exemplo:
- Se usuário não está logado, vai pro PresentViewController (tela principal)
- Se usuário já está logado, vai pro MapViewController (que…
-
I'm having problem with margins when I instantiate a view controller inside an async task.
When I do this, the view loads weird:
```
let priority = DISPATCH_QUEUE_PRIORITY_DEFAULT
dispatch_async…
-
Hi,
I'm trying to utilize this in my application, but I'm finding it difficult to integrate. After reading the setup instructions, there appears to be a lot missing. Like where the variables used in …
-
**Describe the question**
When the user swipes drawerViewController I fire my animation to move the custom tabbar, the problem is that my animation somehow gets executed with the drawerViewController…
-
# [`UIViewController`](https://developer.apple.com/documentation/uikit/uiviewcontroller?language=objc)
iPhone用户看到的App页面都是[`UIViewController`](https://developer.apple.com/documentation/uikit/uiviewcon…
-
Instead of doing this:
https://github.com/rnystrom/GitHawk/blob/master/Classes/Issues/Managing/IssueManagingSectionController.swift#L64-L75
We should require VCs initialized from a Storyboard to…