-
In my current app I always need a User Object. Without that User Object nothing would work. So if there is no User Object in the Realm, I create one:
```
func getCurrentUser() -> USER {
if (s…
-
Hello,
The [routeHandler](https://github.com/Wasappli/WAAppRouting/blob/master/Files/WAAppRouteHandler.m) does it's job very well, but the only problem I can see is that it does always instantiate vi…
-
Hello everyone we have experience a problem when using SDK 3.3.1 Objective-C generated template app, then added new Storyboard.
I Created the app from template, tested it can login everything seem goo…
-
With a `case` of the same name as the `enum`
```
enum Student : String {
case Student = ""
static func hello() -> String {
return Student.Student.rawValue
}
}
```
This will yiel…
-
I'm trying to use a view from the storyboard as iCarousel content.
The view has been created in the interface builder entirely (auto layout, no autoresizing masks).
Sometimes the "y" offset of my vie…
-
Hi,
I'm pretty new to iOS (world). I want to create a Master application in which I am using SWRevealVC as navigation drawer, currently I'm facing a problem in AppDelegate class:
``` swift
func app…
-
I am working on an app with swift , I was trying to use this lib with Objective-C bridge , and after I present the view controller , whenever I drag to dismiss the viewcontroller it will crash ? what…
-
- [x] Factory for storyboard backed UIViewControllers that require injected properties
- [x] Use of `as!` when dequeuing cells to catch logic errors
-
@xiekw2010
Hi! How to support gestures to dismiss?
Jack
-
Hi all,
I have started a project based on the storyboard SideNavigationViewController project.
I want to add a login page on project startup using the presentViewController function.
My AppDelegate…