-
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…
-
I'm using your controller (BTW: great, thank you) in iOS 8.1, in Swift: in portrait - no problem. In landscape I see a weird bump, similar to a collision, while dragging the view. I've made a short m…
-
Hi, I have some properties in my Main front ViewController that need to save when my rear is called and reload when my front is reallocated, because when reallocating it turns the properties on their …
-
This is the code in my AppDelegate:
```
let storyboard = UIStoryboard(name: "Main", bundle: nil)
let middle = storyboard.instantiateViewController(withIdentifier: "DashboardStoryboardVC")
…
-
Hello,
So, I access this VC with a segue and it works.
Although, when I tried to make it work with this pod it doesn't open anymore.
This is my VC's code.
Am I missing anything?
`class Po…
-
how to use in navigationcontroller, and storyboard's segue?
-
11장 Camera 를 봅니다. 찰칵!
-
Hi
This is a feature request for supporting alternative config format.
While plain text works, it lacks a few features, such as:
- Detect syntax errors, e.g. if I type incorrect flag or add a s…
-
Is it possible to load view controller from storyboard(not XIB)? This line of code only for XIB
```
var controller : UIViewController = UIViewController(nibName: "SnapNShareViewController", bundle: n…
-
Could not cast value of type 'UIViewController' to 'WWCalendarTimeSelector.WWCalendarTimeSelector'